summaryrefslogtreecommitdiff
path: root/src/mfm/parser.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename parser to languageAya Morisawa2019-01-301-415/+0
|
* Avoid export defaultAya Morisawa2019-01-301-3/+1
|
* Merge plainParser into mfmAya Morisawa2019-01-301-23/+5
|
* Extract MFM typesAya Morisawa2019-01-301-37/+1
|
* [MFM] Resolve #4009syuilo2019-01-271-2/+11
|
* Add jump syntax (#4007)Aya Morisawa2019-01-271-0/+16
| | | | | | | | * Add jump syntax * Fix typo: spin -> jump * Fix typo
* [MFM] spinの中でflipを使えるようにsyuilo2019-01-271-0/+1
|
* Merge branch 'develop' into math-blockAya Morisawa2019-01-271-2/+41
|\
| * [MFM] Add flip syntaxsyuilo2019-01-271-0/+24
| | | | | | | | Resolve #4002
| * [MFM] Add spin syntaxsyuilo2019-01-271-0/+15
| | | | | | | | Resolve #4003
| * Update parser.ts (#3999)Acid Chicken (硫酸鶏)2019-01-271-3/+2
| | | | | | | | | | | | | | | | * Update parser.ts * Update parser.ts * Update parser.ts
| * [MFM] Improve title syntax detectionsyuilo2019-01-271-0/+1
| |
* | Add multiline math syntaxAya Morisawa2019-01-251-8/+15
|/ | | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* [MFM] Improve italic syntax detectionsyuilo2019-01-251-1/+10
|
* [MFM] __ 構文はアルファベットのみにsyuilo2019-01-201-1/+1
|
* Add double underscore syntax for bold markdown (#3733)ibrokemypie2019-01-201-1/+1
| | | | | | | | * Add double underscore syntax for bold markdown see https://github.com/syuilo/misskey/pull/3732 this allows bold text through either **text** or __text__ * Add tests for underscore bold mfm syntax
* [MFM] Add <i> syntaxsyuilo2019-01-201-1/+1
|
* Change italic syntax to fit with other markdown implementations (#3916)ibrokemypie2019-01-201-1/+1
| | | | | | 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
* [MFM] Better hashtag parsing: Ignore single quotationsyuilo2019-01-171-1/+1
|
* [MFM] Better hashtag parsing: Ignore double quotationsyuilo2019-01-171-1/+1
| | | | Resolve #3886
* [MFM] Better hashtag parsing: Ignore trailing colonsyuilo2019-01-121-1/+1
|
* Improve MFM bracket matchingAya Morisawa2018-12-221-27/+15
| | | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* Refactor MFMAya Morisawa2018-12-201-58/+61
| | | | Co-authored-by: syuilo syuilotan@yahoo.co.jp
* Fix bugsyuilo2018-12-191-0/+9
|
* Re: #3457 (#3614)Acid Chicken (硫酸鶏)2018-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update parser.ts * Update user.ts * Update search.ts * Update parser.ts * Update parser.ts * Update parser.ts * Update parser.ts * Update parser.ts * Update parser.ts * Update mfm.ts * Update parser.ts * Merge branch 'develop' into 3440-mk2 * Fix typo * Update parser.ts * Update mfm.ts * Update mfm.ts
* Update parser.tssyuilo2018-12-071-1/+1
|
* Resolve #3529syuilo2018-12-071-0/+1
|
* Emoji support in profile (#3514)MeiMei2018-12-061-0/+23
| | | | | | * Emoji in profile * Add emojis to fields
* Add small syntax (#3506)Aya Morisawa2018-12-051-0/+19
|
* [MFM] Add italic syntaxsyuilo2018-12-051-0/+25
| | | | Resolve #3486
* [MFM] Implement strike syntaxsyuilo2018-12-041-0/+19
| | | | Resolve #3485
* Use takeWhile instead of some (#3475)Aya Morisawa2018-12-021-9/+2
|
* [MFM] Better hashtag detectionsyuilo2018-12-021-1/+1
|
* [MFM] Better MFM parsingsyuilo2018-12-011-1/+1
|
* [MFM] Improve hashtag detectionsyuilo2018-11-291-1/+1
|
* [MFM] Improve hashtag detectionsyuilo2018-11-271-7/+13
|
* Improve MFMsyuilo2018-11-251-0/+4
|
* [MFM] Add center syntaxsyuilo2018-11-251-0/+18
| | | | Resolve #1775
* Improve MFMsyuilo2018-11-251-0/+2
|
* Refactoringsyuilo2018-11-251-34/+22
|
* [MFM] Better hashtag parsingsyuilo2018-11-251-3/+21
|
* [MFM] Fix hashtag detectionsyuilo2018-11-241-1/+1
|
* [MFM] Improve hashtag detectionsyuilo2018-11-231-0/+1
| | | | Resolve #3387
* [MFM] Improve URL parsingsyuilo2018-11-221-3/+17
| | | | Fix #3368
* [MFM] Better inline code parsesyuilo2018-11-211-1/+1
|
* Improve MFMsyuilo2018-11-211-0/+3
|
* [MFM] Fix hashtag parsingsyuilo2018-11-211-1/+1
|
* Improve MFM parser (#3337)syuilo2018-11-211-0/+256
* 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