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
if an .md file contains markers, they are literally included as if they are part of the content.
in html, you can use CDATA to mean "literal data" without having to encode entities etc. i use this liberally to wrap source code in html so i don't go crazy with entity referencing.. the markers themselves however should not be rendered. Yes I have html content in md files (because I use hugo and that's kindof how that works), unfortunately i can't just port all my existing html content to markdown.
from what I understand, markdown should just accept any form of html, in which case it should probably also support CDATA markers?
The text was updated successfully, but these errors were encountered:
if an .md file contains markers, they are literally included as if they are part of the content.
in html, you can use CDATA to mean "literal data" without having to encode entities etc. i use this liberally to wrap source code in html so i don't go crazy with entity referencing.. the markers themselves however should not be rendered. Yes I have html content in md files (because I use hugo and that's kindof how that works), unfortunately i can't just port all my existing html content to markdown.
from what I understand, markdown should just accept any form of html, in which case it should probably also support CDATA markers?
The text was updated successfully, but these errors were encountered: