Inline code with < characters does not parse correctly (html inside inline code) #103
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
serializing this markdown document
generates the following markdown
The markdown-it library strips out HTML tags, probably because not doing so would open up a lot of usages to cross-site scripting. Since our parser (this is happening in the parser, not the serializer) uses that for tokenizing, they are stripped in our
MarkdownParseras well. Whether that is a good idea I'm not entirely sure, but I don't see an easy way to tell MarkdownIt to treat HTML tags as plain text.Sorry i must have messed up with my own code and thought the problem was in prosemirror-markdown, but only the testing library has this problem