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
🎅 🎄 Since parsing is almost completely done with regular expressions, I fear we would basically need to rewrite most of this to support such a feature. Correct me if I'm wrong...
The markdown mode has an option to highlight formatting.
For example, instead of parsing
hello **world**
as["hello ", "**world**"]
, it'll parse it as["hello ", "**", "world", "**"]
.The text was updated successfully, but these errors were encountered: