From ac5f94c48eb149074995c3a001db127ed4dc5fbe Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 13 Aug 2024 11:41:57 +0100 Subject: [PATCH] Change link --- markdown.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/markdown.py b/markdown.py index 5cead5751..c9a18c1e6 100644 --- a/markdown.py +++ b/markdown.py @@ -222,8 +222,7 @@ def _markdown_replace_links(markdown: str) -> str: def _markdown_replace_misskey(markdown: str) -> str: """Replaces misskey animations with emojis https://codeberg.org/fediverse/fep/src/branch/main/fep/c16b/fep-c16b.md - https://akkoma.dev/nbsp/marked-mfm/src/commit/ - 600dd77e50ca9afaf415f1ec4672c2575a3923c1/docs/syntax.md + https://akkoma.dev/nbsp/marked-mfm/src/branch/master/docs/syntax.md """ animation_types = { 'tada': '✨',