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 有序列表无法显示序号 #341

Open
3 tasks done
qianbinbin opened this issue Sep 26, 2020 · 2 comments
Open
3 tasks done

Markdown 有序列表无法显示序号 #341

qianbinbin opened this issue Sep 26, 2020 · 2 comments
Labels

Comments

@qianbinbin
Copy link

qianbinbin commented Sep 26, 2020

  • 可复现问题的步骤 The steps to reproduce.

评论:

有序列表
1. 列表项1
2. 列表项2

无法显示序号:

WX20200926-173241@2x

这是 GitHub 渲染:

  1. 列表项1
  2. 列表项2

https://valine.js.org/

  • 受影响的Valine版本、操作系统,以及浏览器信息 Which versions of Valine, and which browser / OS are affected by this issue?

  • v1.4.14

  • Chrome 85.0.4183.121

  • macOS 10.15.6

@qianbinbin
Copy link
Author

qianbinbin commented Nov 19, 2020

补充一下,复选框也不支持。

* [x] A
* [ ] B

预期为:

  • A
  • B

实际为:

<input disabled="" type="checkbox"> A
<input checked="" disabled="" type="checkbox"> B

@stale
Copy link

stale bot commented Apr 16, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant