Hi, Using asciidoc 8.6.8 (current release) both the original and this example work.
eg .Optional Title [source, perl] die 'etc'; gives: <formalpara><title>Optional Title</title><para> <programlisting language="perl" linenumbering="unnumbered">die 'etc';</programlisting> </para></formalpara> 8.4.5 is pretty old (05-2009) Cheers Lex On 8 October 2012 11:59, Andrew Beekhof <[email protected]> wrote: > For completeness, I also tried: > > .Optional Title > [source,Perl] > > ----- > > die 'connect: '.$dbh->errstr; > > ----- > > > But that produced the same result as the original example. > > -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/asciidoc/-/5OxKxUkwxhUJ. > > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/asciidoc?hl=en. > -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
