Re: [PATCH] Documentation: fix misrender of pretty-formats in Asciidoctor

2014-10-08 Thread brian m. carlson
On Wed, Oct 08, 2014 at 10:31:33PM -0400, Jeff King wrote: > I'm still going to report this to the AsciiDoctor folks; they should > probably be shooting for compatibility with vanilla AsciiDoc. Please do. I contribute occasionally to Asciidoctor, so I may pick it up and fix it. I'm interested in

Re: [PATCH] Documentation: fix misrender of pretty-formats in Asciidoctor

2014-10-08 Thread Jeff King
On Wed, Oct 08, 2014 at 08:46:10PM +, brian m. carlson wrote: > Neither the AsciiDoc nor the Asciidoctor documentation specify whether > the same number of delimiter characters must be used to end a block as > to begin it, although both sets of documentation show exactly matching > pairs. Asc

Re: [PATCH] Documentation: fix misrender of pretty-formats in Asciidoctor

2014-10-08 Thread Junio C Hamano
"brian m. carlson" writes: > Neither the AsciiDoc nor the Asciidoctor documentation specify whether > the same number of delimiter characters must be used to end a block as > to begin it, although both sets of documentation show exactly matching > pairs. AsciiDoc allows mismatches, but AsciiDoct

[PATCH] Documentation: fix misrender of pretty-formats in Asciidoctor

2014-10-08 Thread brian m. carlson
Neither the AsciiDoc nor the Asciidoctor documentation specify whether the same number of delimiter characters must be used to end a block as to begin it, although both sets of documentation show exactly matching pairs. AsciiDoc allows mismatches, but AsciiDoctor apparently does not. Adjust the pr