Description
This is potentially/probably a bug in html5ever, but I figured I'd open it here first.
Something in the HTML to markdown pipeline is mishandling the <!-- /// ---> tag. Specifically anything after this tag is being dropped.
Steps to reproduce
- Open demo page
- Enter the following HTML
<h1>One</h1>
<!-- /// --->
<p>Two</p>
- Notice the output
Description
This is potentially/probably a bug in
html5ever, but I figured I'd open it here first.Something in the HTML to markdown pipeline is mishandling the
<!-- /// --->tag. Specifically anything after this tag is being dropped.Steps to reproduce
# One