Hello, I am writing my project documentation in asciidoc, and I require more than 4 sections which are by default enabled. Reading the help from the website, I came across asciidoc.conf and following lines are available.
# Single-line title patterns. sect0=^= +(?P<title>[\S].*?)( +=)?$ sect1=^== +(?P<title>[\S].*?)( +==)?$ sect2=^=== +(?P<title>[\S].*?)( +===)?$ sect3=^==== +(?P<title>[\S].*?)( +====)?$ sect4=^===== +(?P<title>[\S].*?)( +=====)?$ If I add a new line like: sect5=^====== +(?P<title>[\S].*?)( +======)?$ It's not working for me. Thanks for the help. Regards, Divneil -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/asciidoc. For more options, visit https://groups.google.com/d/optout.
