gpoore / codebraid

Live code in Pandoc Markdown
BSD 3-Clause "New" or "Revised" License
367 stars 13 forks source link

Issue when combining html comments and empty list items #16

Closed Synthetica9 closed 4 years ago

Synthetica9 commented 4 years ago

Minimal failing example

Input:

1.  <!-- -->

Output:

1.  `{.codebraid--temp format="html"}     <!-- -->`

Expected output: same as input.

gpoore commented 4 years ago

That is working for me when converting to Markdown or to HTML with Pandoc 2.9.1.1. Can you give me the Pandoc and Codebraid versions you are using, plus the command you are running?

Synthetica9 commented 4 years ago

Oh, I didn't know a new Pandoc version was out. I'll update my installation and see if that helps.