On 17/06/12 17:35, Lex Trotman wrote:
On 17 June 2012 09:51, Stuart Rackham<[email protected]> wrote:
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>
done, I never thought to look at the github rendering of the manual.
Weird thing is that I tested this out with one of my github projects and it
worked, but when I pushed it a second time it had reverted to the old behavior.
Cheers, Stuart
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
thanks done
Will be pushed soon with other changes that are in progress.
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.