summaryrefslogtreecommitdiff
path: root/packages/backend/test/unit/MfmService.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use pnpm package alias for @transfem-org/sfm-jsHazelnoot2025-06-121-1/+1
|
* pcleanup dependencies:Hazelnoot2025-06-121-1/+1
| | | | | | | * Consolidate multiple different HTML/XML/RSS libraries to use the Cheerio stack * Remove unused deps * Move dev dependencies to correct section * Pin versions where missing
* fix our ruby/group hackdakkar2025-02-071-5/+5
|
* Merge branch 'develop' into merge/2024-02-03Hazelnoot2025-02-071-0/+51
|\ | | | | | | | | | | | | | | | | # Conflicts: # locales/index.d.ts # packages/backend/src/core/entities/UserEntityService.ts # packages/frontend/src/_dev_boot_.ts # packages/misskey-js/src/autogen/types.ts # sharkey-locales/en-US.yml
| * format ruby for masto apidakkar2025-01-191-0/+38
| |
| * handle more complex ruby from/to html - fixes #605dakkar2025-01-181-0/+13
| | | | | | | | | | | | | | | | | | | | | | this is not exactly great, but it should be "good enough" note that the new `group` function should not escape in the wild, as we don't document it and only use it internally I tried using `$[scale foo bar]` instead of `$[group foo bar]`, but that would be rendered as `<i>foo bar</i>` when sent over the network to non-misskey instances, and we don't want that
* | merge upstream 2025-02-03Hazelnoot2025-02-031-0/+18
|\ \ | |/ |/|
| * fix(backend): Let MfmService.fromHtml accept ruby (#15117)Hong Minhee (洪 民憙)2025-01-141-0/+18
| | | | | | | | | | | | | | This fix makes `MfmService.fromHtml()` method accept `<ruby>` tags and translate it to MFM's ruby characters syntax (`$[ruby ...]`). このパッチは`MfmService.fromHtml()`メソッドが`<ruby>`タグをMFMの 読み仮名(ルビ)文法に翻訳する様に修正します。
* | Merge remote-tracking branch 'misskey/release/2024.5.0' into ↵dakkar2024-05-111-0/+6
|\| | | | | | | future-2024-04-25-post
| * Fix(backend): ActivityPubでのHTMLへのシリアライズを修正 (#13752)ikasoba2024-04-271-0/+6
| | | | | | | | | | | | | | | | | | * devモードでもActivityPub系エンドポイントへアクセスできるように * ActivityPubでのHTMLのシリアライズを修正 * ハードコードしていたurlを`httpUrl`へ修正 * テストの追加
* | merge: upstreamMarie2024-02-191-1/+1
|\|
| * (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | | | | | Fix #13290
| * Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | | | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
| * update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
| |
* | merge: more upstream changesMarie2024-02-071-0/+6
|\|
| * Enhance: 連合向けのノート配信を軽量化 (#13192)MeiMei2024-02-071-0/+6
| | | | | | | | | | | | | | | | | | * AP HTML表現をシンプルに * a * CHANGELOG * リンク
* | chore: change sfm registry and nameMarie2024-02-031-1/+1
| |
* | upd: replace mfm with sfmMarie2023-12-181-1/+1
|/
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* improve performance of some testssyuilo2023-02-221-0/+102