| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename parser to language | Aya Morisawa | 2019-01-30 | 1 | -415/+0 |
| | | |||||
| * | Avoid export default | Aya Morisawa | 2019-01-30 | 1 | -3/+1 |
| | | |||||
| * | Merge plainParser into mfm | Aya Morisawa | 2019-01-30 | 1 | -23/+5 |
| | | |||||
| * | Extract MFM types | Aya Morisawa | 2019-01-30 | 1 | -37/+1 |
| | | |||||
| * | [MFM] Resolve #4009 | syuilo | 2019-01-27 | 1 | -2/+11 |
| | | |||||
| * | Add jump syntax (#4007) | Aya Morisawa | 2019-01-27 | 1 | -0/+16 |
| | | | | | | | | | * Add jump syntax * Fix typo: spin -> jump * Fix typo | ||||
| * | [MFM] spinの中でflipを使えるように | syuilo | 2019-01-27 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'develop' into math-block | Aya Morisawa | 2019-01-27 | 1 | -2/+41 |
| |\ | |||||
| | * | [MFM] Add flip syntax | syuilo | 2019-01-27 | 1 | -0/+24 |
| | | | | | | | | | Resolve #4002 | ||||
| | * | [MFM] Add spin syntax | syuilo | 2019-01-27 | 1 | -0/+15 |
| | | | | | | | | | Resolve #4003 | ||||
| | * | Update parser.ts (#3999) | Acid Chicken (硫酸鶏) | 2019-01-27 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | * Update parser.ts * Update parser.ts * Update parser.ts | ||||
| | * | [MFM] Improve title syntax detection | syuilo | 2019-01-27 | 1 | -0/+1 |
| | | | |||||
| * | | Add multiline math syntax | Aya Morisawa | 2019-01-25 | 1 | -8/+15 |
| |/ | | | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp> | ||||
| * | [MFM] Improve italic syntax detection | syuilo | 2019-01-25 | 1 | -1/+10 |
| | | |||||
| * | [MFM] __ 構文はアルファベットのみに | syuilo | 2019-01-20 | 1 | -1/+1 |
| | | |||||
| * | Add double underscore syntax for bold markdown (#3733) | ibrokemypie | 2019-01-20 | 1 | -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> syntax | syuilo | 2019-01-20 | 1 | -1/+1 |
| | | |||||
| * | Change italic syntax to fit with other markdown implementations (#3916) | ibrokemypie | 2019-01-20 | 1 | -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 quotation | syuilo | 2019-01-17 | 1 | -1/+1 |
| | | |||||
| * | [MFM] Better hashtag parsing: Ignore double quotation | syuilo | 2019-01-17 | 1 | -1/+1 |
| | | | | | Resolve #3886 | ||||
| * | [MFM] Better hashtag parsing: Ignore trailing colon | syuilo | 2019-01-12 | 1 | -1/+1 |
| | | |||||
| * | Improve MFM bracket matching | Aya Morisawa | 2018-12-22 | 1 | -27/+15 |
| | | | | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp> | ||||
| * | Refactor MFM | Aya Morisawa | 2018-12-20 | 1 | -58/+61 |
| | | | | | Co-authored-by: syuilo syuilotan@yahoo.co.jp | ||||
| * | Fix bug | syuilo | 2018-12-19 | 1 | -0/+9 |
| | | |||||
| * | Re: #3457 (#3614) | Acid Chicken (硫酸鶏) | 2018-12-17 | 1 | -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.ts | syuilo | 2018-12-07 | 1 | -1/+1 |
| | | |||||
| * | Resolve #3529 | syuilo | 2018-12-07 | 1 | -0/+1 |
| | | |||||
| * | Emoji support in profile (#3514) | MeiMei | 2018-12-06 | 1 | -0/+23 |
| | | | | | | | * Emoji in profile * Add emojis to fields | ||||
| * | Add small syntax (#3506) | Aya Morisawa | 2018-12-05 | 1 | -0/+19 |
| | | |||||
| * | [MFM] Add italic syntax | syuilo | 2018-12-05 | 1 | -0/+25 |
| | | | | | Resolve #3486 | ||||
| * | [MFM] Implement strike syntax | syuilo | 2018-12-04 | 1 | -0/+19 |
| | | | | | Resolve #3485 | ||||
| * | Use takeWhile instead of some (#3475) | Aya Morisawa | 2018-12-02 | 1 | -9/+2 |
| | | |||||
| * | [MFM] Better hashtag detection | syuilo | 2018-12-02 | 1 | -1/+1 |
| | | |||||
| * | [MFM] Better MFM parsing | syuilo | 2018-12-01 | 1 | -1/+1 |
| | | |||||
| * | [MFM] Improve hashtag detection | syuilo | 2018-11-29 | 1 | -1/+1 |
| | | |||||
| * | [MFM] Improve hashtag detection | syuilo | 2018-11-27 | 1 | -7/+13 |
| | | |||||
| * | Improve MFM | syuilo | 2018-11-25 | 1 | -0/+4 |
| | | |||||
| * | [MFM] Add center syntax | syuilo | 2018-11-25 | 1 | -0/+18 |
| | | | | | Resolve #1775 | ||||
| * | Improve MFM | syuilo | 2018-11-25 | 1 | -0/+2 |
| | | |||||
| * | Refactoring | syuilo | 2018-11-25 | 1 | -34/+22 |
| | | |||||
| * | [MFM] Better hashtag parsing | syuilo | 2018-11-25 | 1 | -3/+21 |
| | | |||||
| * | [MFM] Fix hashtag detection | syuilo | 2018-11-24 | 1 | -1/+1 |
| | | |||||
| * | [MFM] Improve hashtag detection | syuilo | 2018-11-23 | 1 | -0/+1 |
| | | | | | Resolve #3387 | ||||
| * | [MFM] Improve URL parsing | syuilo | 2018-11-22 | 1 | -3/+17 |
| | | | | | Fix #3368 | ||||
| * | [MFM] Better inline code parse | syuilo | 2018-11-21 | 1 | -1/+1 |
| | | |||||
| * | Improve MFM | syuilo | 2018-11-21 | 1 | -0/+3 |
| | | |||||
| * | [MFM] Fix hashtag parsing | syuilo | 2018-11-21 | 1 | -1/+1 |
| | | |||||
| * | Improve MFM parser (#3337) | syuilo | 2018-11-21 | 1 | -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 | |||||