This has been addressed before, but I can't find the reference just now. Basically some of the backends do not support more than the current number of sections, only HTML would allow one more level, but asciidoc does not allow more than the number even on that, probably simply to ensure documents can be rendered to all backends.
Cheers Lex On 14 April 2015 at 18:20, Divneil <[email protected]> wrote: > 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. -- 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.
