mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-09-04 23:26:51 +08:00
first commit
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import codecs
|
||||
|
||||
def fix_markdown(markdown: str) -> str:
|
||||
return codecs.decode(markdown, 'unicode_escape')
|
||||
Reference in New Issue
Block a user