Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3.6k
Closed
Labels
Description
For some reason GFM requires empty line after block-level HTML-tags, otherwise Markdown in that line is not parsed.
Here is sample of correct code:
- list item <details>- subitem </details> item_continue_**with** formatting- next list item
However, when I convert this source to gfm with pandoc, I get empty line not after </details>, but before it.pandoc --to=gfm -o pandoc-output.gfm.md pandoc-input.md
- list item <details>- subitem </details> item*continue***with** formatting- next list item
As you can see, it is rendered incorrectly:
list item
item *continue* **with** formatting- subitem
next list item
This example can be seen and downloaded also here:https://gist.github.com/johnd0e/d254cc0faa99758a6b0537e1acdb2943
Pandoc version?
pandoc.exe 3.1.13