Skip to content
Snippets Groups Projects
Unverified Commit 2c516267 authored by syuilo's avatar syuilo
Browse files

Improve MFM

parent fc8aeb5a
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,7 @@ const mfm = P.createLanguage({
r.mention,
r.hashtag,
r.emoji,
r.math,
r.text
).atLeast(1).tryParse(x))),
//#endregion
......@@ -203,6 +204,7 @@ const mfm = P.createLanguage({
r.mention,
r.hashtag,
r.emoji,
r.math,
r.text
).atLeast(1).tryParse(x))),
//#endregion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment