kramdown-rfc icon indicating copy to clipboard operation
kramdown-rfc copied to clipboard

Code spans in table heading not supported

Open richanna opened this issue 6 years ago • 1 comments

Surrounding a table heading in back ticks results in a non-fatal error message, and an empty table heading.

e.g., The table heading: | ``foo`` | bar

Produces the error: *** lost markup <spanx style="verb">foo</spanx> in table heading

And renders equivalently to: | | bar

richanna avatar Dec 19 '19 02:12 richanna

Right, that was a limitation of RFCXMLv2. We can fix that by outputting tables in RFCXMLv3.

cabo avatar Dec 19 '19 02:12 cabo