You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This leads to an exception when html output is parsed with an XML parser.
The plugin generates HTML previews. HTML does not require <meta> tags to be self-closing:
On void elements, [/ (U+002F)] does not mark the start tag as self-closing but instead is unnecessary and has no effect of any kind. For such void elements, it should be used only with caution — especially since, if directly preceded by an unquoted attribute value, it becomes part of the attribute value rather than being discarded by the parser.
MarkdownPreviewForm.cs Lines 27 & 28 tags are not closed. This leads to an exception when html output is parsed with an XML parser.
The text was updated successfully, but these errors were encountered: