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

加粗语法 **sometime。** 无法正常解析 #85

Open
toFrankie opened this issue Aug 21, 2021 · 2 comments
Open

加粗语法 **sometime。** 无法正常解析 #85

toFrankie opened this issue Aug 21, 2021 · 2 comments

Comments

@toFrankie
Copy link

根据 Markdown 语法,类似 **“加粗”** 的写法是合法的。

例如,“加粗”(你看到 GitHub 效果是正常的,其他平台同样支持),可在掘金社区却不行。

当你在掘金书写文章的过程中,是有效果的,但是当文章发布之后,最终的效果是不行的。

目前发现以下这种情况是不正常的,就是在 ** ** 中间若包含中文双引号、句号,最终发文后非预期效果。比如:

  • **“加粗”**
  • **加粗。**

文章编辑器内,解析效果正常:

image

发文后,下图所选文本理应是加粗的,可实际并没有:

image

强迫症,麻烦处理一下,谢谢~

@itcodes
Copy link
Member

itcodes commented Oct 8, 2021

收到反馈。我们来看看。

@mirari
Copy link

mirari commented Mar 21, 2024

这个渲染是符合预期的。

右侧定界符序列是一个定界符序列,且:
前面不能是空白;
当后面没有空白或标点符号时,前面不能是标点符号。

https://juejin.cn/post/7064565848421171213

更推荐的做法是在两个星号的左右分别加一个空格,这样即使是被嵌套引用也可以正常渲染

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

3 participants