Przeglądaj źródła

去除md格式

develop
H Vs 2 miesięcy temu
rodzic
commit
00c3d9a47b
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      resources/messages_resource.py

+ 1
- 0
resources/messages_resource.py Wyświetl plik

@@ -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

Ładowanie…
Anuluj
Zapisz