[gtk/doc-chapters-markdown: 26/29] docs: Allow interrupted lists
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/doc-chapters-markdown: 26/29] docs: Allow interrupted lists
- Date: Mon, 25 May 2020 20:14:35 +0000 (UTC)
commit 84437ee0e0443e648cc3575a5f438c358f125d95
Author: Matthias Clasen <mclasen redhat com>
Date: Sun May 24 14:20:42 2020 -0400
docs: Allow interrupted lists
We use such an interrupted, numbered list in the
q&a section, so tell pandoc to pay attention to
start numbers.
docs/reference/gtk/gtk-markdown-to-docbook | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/docs/reference/gtk/gtk-markdown-to-docbook b/docs/reference/gtk/gtk-markdown-to-docbook
index aa5dd53e61..5830d64d78 100755
--- a/docs/reference/gtk/gtk-markdown-to-docbook
+++ b/docs/reference/gtk/gtk-markdown-to-docbook
@@ -163,6 +163,7 @@ MarkdownExtensions = {
'+backtick_code_blocks', # to replace |[ ]|
'+fenced_code_attributes', # to add language annotations
'-raw_html', # to escape literal tags like <child> in input
+ '+startnum', # to have interrupted lists in the q&a part
}
def ConvertToDocbook(infile, outfile):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]