oreillymedia / asciidoctor-htmlbook

Templates for the htmlbook backend for Asciidoctor
45 stars 15 forks source link

Propagate AsciiDoc comments to HTMLBook #92

Closed sandersk closed 8 years ago

sandersk commented 9 years ago

Right now it looks like comments in AsciiDoc:

// This is an AsciiDoc comment

Are dropped as part of the conversion to HTMLBook. Possible to preserve them as XML comments. In other words, can we convert the above to:

<!-- This is an AsciiDoc comment -->
christopappas commented 8 years ago

Closing this issue for now. This would require an extension to be used (which presupposes Asciidoctor 1.5.4). It's always an option to change our comment markup but for now we're going to leave be.