Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
J1147
/
AiOpsWechatiPad
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
去除md格式
develop
H Vs
2 mesi fa
parent
9763d633da
commit
00c3d9a47b
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
resources/messages_resource.py
+ 1
- 0
resources/messages_resource.py
Vedi File
@@ -899,5 +899,6 @@ def remove_markdown_symbol(text: str):
# 去除列表编号等
#text = re.sub(r'^\d+\.\s*', '', text, flags=re.MULTILINE)
text = re.sub('[\\\`\*\_\[\]\#\+\-\!\>]', '', text)
print(text)
return text
Write
Preview
Loading…
Annulla
Salva