mirror of https://gitlab.com/bashrc2/epicyon
Change link
parent
8c64e084fc
commit
ac5f94c48e
|
@ -222,8 +222,7 @@ def _markdown_replace_links(markdown: str) -> str:
|
||||||
def _markdown_replace_misskey(markdown: str) -> str:
|
def _markdown_replace_misskey(markdown: str) -> str:
|
||||||
"""Replaces misskey animations with emojis
|
"""Replaces misskey animations with emojis
|
||||||
https://codeberg.org/fediverse/fep/src/branch/main/fep/c16b/fep-c16b.md
|
https://codeberg.org/fediverse/fep/src/branch/main/fep/c16b/fep-c16b.md
|
||||||
https://akkoma.dev/nbsp/marked-mfm/src/commit/
|
https://akkoma.dev/nbsp/marked-mfm/src/branch/master/docs/syntax.md
|
||||||
600dd77e50ca9afaf415f1ec4672c2575a3923c1/docs/syntax.md
|
|
||||||
"""
|
"""
|
||||||
animation_types = {
|
animation_types = {
|
||||||
'tada': '✨',
|
'tada': '✨',
|
||||||
|
|
Loading…
Reference in New Issue