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
noHtml: Boolean,
// no links
noLink: Boolean,
// no automatic links
noLinkify: Boolean,
// no typographer
noTypographer: Boolean,
// no breaks
noBreaks: Boolean,
// no code highlights
noHighlight: Boolean,
// no emojies
noEmoji: Boolean,
// no subscript
noSubscript: Boolean,
// no superscript
noSuperscript: Boolean,
// no footnotes
noFootnote: Boolean,
// no Deflists
noDeflist: Boolean,
// no abbreviations
noAbbreviation: Boolean,
// no inserts
noInsert: Boolean,
// no marks
noMark: Boolean,
// no images
noImage: Boolean,
// no tasklists
noTasklist: Boolean,
// no containers
noContainer: Boolean
markdown-it enables parsing of html. This should be optional and (in my opinion) an opt-out.
e.g. in the render funciton:
The text was updated successfully, but these errors were encountered: