[gtk/doc-chapters-markdown: 5/8] docs: Allow interrupted lists



commit 6f43445727860b9cadda165c398c8ce24c1c2843
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]