This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
J1147
/
AiOpsWechatiPad
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
去除md格式
develop
H Vs
2 달 전
부모
9763d633da
커밋
00c3d9a47b
1개의 변경된 파일
과
1개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
resources/messages_resource.py
+ 1
- 0
resources/messages_resource.py
파일 보기
@@ -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…
취소
저장