mjbvz/vscode-github-markdown-preview-style

Incorrect html elements ignored in the plugin but shown in github

mjablons1 opened this issue · 1 comments

Example:

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

The </textarea> 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

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