iceshrimp-legacy/src/mfm
ibrokemypie 361af34956 Change italic syntax to fit with other markdown implementations (#3916)
currently italics require an html <i> syntax, unlike every other formatter. this is very confusing, especially as there doesnt seem to be any documentation.
this change makes both _text_ and *text* work, both things that users would expect from other implementations of markdown such as pleroma, discord and github.

Add test
2019-01-20 17:44:52 +09:00
..
html-to-mfm.ts Fix htmlToMfm (#3600) 2018-12-12 11:47:07 +09:00
html.ts Refactor MFM 2018-12-20 19:42:10 +09:00
parse.ts Refactor MFM 2018-12-20 19:42:10 +09:00
parser.ts Change italic syntax to fit with other markdown implementations (#3916) 2019-01-20 17:44:52 +09:00
syntax-highlight.ts Fix comment 2018-12-21 11:28:30 +09:00