Re: code callout syntax for XML-based languages

Posted by mojavelinux on
URL: https://discuss.asciidoctor.org/code-callout-syntax-for-XML-based-languages-tp499p501.html

One more thing to mention. This doesn't break the *default* code callout syntax. That still stands. So you can happily do:

[source,xml]
----
<section> <1>
----
<1> A semantic HTML 5 tag for identifying a section of the page

Of course, that sort of highlights the problem :)

-Dan