mjbvz / vscode-github-markdown-preview-style

VS Code extension that changes the built-in markdown preview to match Github's styling
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-preview-github-styles
MIT License
301 stars 57 forks source link

Incorrect html elements ignored in the plugin but shown in github #100

Closed mjablons1 closed 1 year ago

mjablons1 commented 1 year ago

Example:

Click to expand Example text that is followed by an HTML element that should not be there

The element is ignored in the plugin (does not show in markdown preview) but it does show in github (which seems to be the proper behavior).

mjbvz commented 1 year ago

I think GitHub is incorrect, at least compared to what CommonMark is doing

Doesn't seem worth trying to align our parsing here to match GitHub