On Sunday, June 17, 2012 9:33:45 AM UTC+2, Stuart Rackham wrote: > > > > On 17/06/12 17:35, Lex Trotman wrote: > > On 17 June 2012 09:51, Stuart Rackham 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. >
AFAIK, this is a known bug for quite some time (since they did some updates of the github/markup backend renderer) and they seem not to care much about it, this is sad, nothing is moving... see https://github.com/github/markup/issues/103, https://github.com/github/markup/issues/78 and https://github.com/github/markup/issues/108 Off-topic a bit, another issue encountered in README.asciidoc rendering on Github: https://github.com/github/gollum/issues/52 Cheers, Lionel > 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 view this discussion on the web visit https://groups.google.com/d/msg/asciidoc/-/t01m-oXNIvQJ. 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.
