summaryrefslogtreecommitdiff
path: root/src/mfm/html.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename html to toHtmlAya Morisawa2019-01-301-187/+0
|
* Extract MFM typesAya Morisawa2019-01-301-1/+1
|
* Fix #4034 (#4037)MeiMei2019-01-291-1/+1
| | | | | | * Fix #4034 * improve
* Add jump syntax (#4007)Aya Morisawa2019-01-271-0/+6
| | | | | | | | * Add jump syntax * Fix typo: spin -> jump * Fix typo
* Merge branch 'develop' into math-blockAya Morisawa2019-01-271-0/+12
|\
| * [MFM] Add flip syntaxsyuilo2019-01-271-0/+6
| | | | | | | | Resolve #4002
| * [MFM] Add spin syntaxsyuilo2019-01-271-0/+6
| | | | | | | | Resolve #4003
* | Add multiline math syntaxAya Morisawa2019-01-251-1/+7
|/ | | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* Refactor MFMAya Morisawa2018-12-201-18/+18
| | | | Co-authored-by: syuilo syuilotan@yahoo.co.jp
* Update html.ts (#3603)Acid Chicken (硫酸鶏)2018-12-131-2/+12
|
* #2501 (#3567)tamaina2018-12-091-15/+13
| | | | | | | | | | * refactor mfm/html * fix * fix * https://github.com/syuilo/misskey/pull/3567#discussion_r240023301
* Eliminate if-statement (#3555)Aya Morisawa2018-12-091-5/+1
|
* Add small syntax (#3506)Aya Morisawa2018-12-051-0/+6
|
* [MFM] Add italic syntaxsyuilo2018-12-051-0/+6
| | | | Resolve #3486
* [MFM] Implement strike syntaxsyuilo2018-12-041-0/+6
| | | | Resolve #3485
* [MFM] Add center syntaxsyuilo2018-11-251-0/+6
| | | | Resolve #1775
* Improve MFM parser (#3337)syuilo2018-11-211-102/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Refactor * Refactor * wip * wip * wip * wip * Refactor * Refactor * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Clean up * Update misskey-flavored-markdown.ts * wip * wip * wip * wip * Update parser.ts * wip * Add new test * wip * Add new test * Add new test * wip * Refactor * Update parse.ts * Refactor * Update parser.ts * wip
* Support math rendering on MFM (#3260)Aya Morisawa2018-11-161-0/+6
|
* Fix #2720syuilo2018-09-171-2/+6
|
* Resolve #2629 (#2630)Aya Morisawa2018-09-061-4/+1
|
* Use string interpolationAya Morisawa2018-09-011-2/+2
|
* Clean upAya Morisawa2018-08-191-6/+7
|
* missing semicolontamaina2018-08-191-1/+1
|
* improve MFM to htmltamaina2018-08-191-6/+6
|
* Add new MFM syntaxsyuilo2018-08-051-0/+6
|
* Fix bugsyuilo2018-08-041-1/+2
|
* :v:syuilo2018-08-041-1/+1
|
* Implement new MFM syntaxsyuilo2018-08-031-0/+6
|
* Fix bugsyuilo2018-07-011-0/+4
|
* リモートユーザーのHTMLで表現されたプロフィールをMFMに ↵syuilo2018-06-211-0/+102
変換するように