summaryrefslogtreecommitdiff
path: root/src/mfm/html-to-mfm.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename html-to-mfm to fromHtmlAya Morisawa2019-01-301-81/+0
|
* Fix htmlToMfm (#3600)MeiMei2018-12-121-1/+1
|
* Use for-of instead of forEach (#3583)Aya Morisawa2018-12-111-3/+9
| | | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Show user fields (#3590)MeiMei2018-12-111-1/+1
|
* Fix 'URL is not defined' in MFM (#2782)MeiMei2018-09-281-0/+1
|
* Clean upsyuilo2018-09-011-2/+0
|
* Use string interpolationAya Morisawa2018-09-011-1/+1
|
* fix #2315 (#2339)tamaina2018-09-011-7/+10
| | | | | | | | | | | | | | | | | | | | | | * improve MFM to html * improve html to MFM * missing semicolon * missing semicolon * fix html to MFM タグのリンクは解除するように * fix bug * misssing semicolon * Update html-to-mfm.ts * Update html-to-mfm.ts
* Fix bugsyuilo2018-08-191-3/+0
|
* missing semicolontamaina2018-08-191-1/+1
|
* improve html to MFMtamaina2018-08-191-0/+3
|
* Fix #1857syuilo2018-07-071-0/+2
|
* リモートユーザーのHTMLで表現されたプロフィールをMFMに ↵syuilo2018-06-211-0/+71
変換するように