Hi Lex

flexndex looks like really useful tool, I've added it to the list of external resources and application (http://www.methods.co.nz/asciidoc/#X2).

One thing I've noticed is that github does not preserve line breaks in the <pre><tt>|</tt></pre> listing blocks that asciidoc generates, it needs <pre><code>|</code></pre>.

This is probably a good reason to replace the obsolete <tt> tags with <code> tags in asciidoc. In the mean time you can put this workaround in your AsciiDoc source file headers:

:listingblock.: <pre><code>|</code></pre>

There's also a wee syntax error here:

  simple-grouped::a simple built-in grouped style shows as a traditional

It should be:

  simple-grouped:: a simple built-in grouped style shows as a traditional


Cheers, Stuart



On 14/06/12 20:37, Lex Trotman wrote:
[...]

Ok, this should do the trick:
https://code.google.com/p/asciidoc/source/detail?r=c715f6c964817f8258e81741742e33c84de099d3

Cheers, Stuart


Thanks Stuart, for the reason see https://github.com/elextr/flexndex

Cheers
Lex


--
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.

Reply via email to