Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown 失效问题 #13

Open
pluveto opened this issue Apr 27, 2021 · 1 comment
Open

Markdown 失效问题 #13

pluveto opened this issue Apr 27, 2021 · 1 comment

Comments

@pluveto
Copy link

pluveto commented Apr 27, 2021

>>> import pangu
>>> 
>>> pangu.spacing("卧槽,怎么可以 **这样**") 
'卧槽,怎么可以 ** 这样 **'

加粗消失

@yingang
Copy link

yingang commented Jan 6, 2022

补充两个问题:

>>> pangu.spacing("    abc*甲已丙*")")
'abc * 甲已丙 *'

行首的空格没了

>>> pangu.spacing("[中文链接](#中文链接)")
'[中文链接](# 中文链接)'

链接里多了个空格

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants