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
I have a text field in markdown, but I don't want to allow the use of headings (h1, h2, etc.).
Is it possible to disable headings recognition in redcarpet?
Is it possible to selectively enable what parts of the markdown syntax we want to allow? (e.g. allow: "bold", "italic", "list", "link" and nothing else).
The text was updated successfully, but these errors were encountered:
I have a text field in markdown, but I don't want to allow the use of headings (h1, h2, etc.).
Is it possible to disable headings recognition in redcarpet?
Is it possible to selectively enable what parts of the markdown syntax we want to allow? (e.g.
allow: "bold", "italic", "list", "link"
and nothing else).The text was updated successfully, but these errors were encountered: