8000 markdown 生成多级列表时会加入<br>标签 · Issue #94 · typecho/typecho · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

markdown 生成多级列表时会加入<br>标签 #94

New issue

Have a question A62A 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

Closed
maucat opened this issue Nov 30, 2013 · 1 comment
Closed

markdown 生成多级列表时会加入<br>标签 #94

maucat opened this issue Nov 30, 2013 · 1 comment

Comments

@maucat
Copy link
maucat commented Nov 30, 2013

例如:

- 列表1
  - 子列表1
  - 子列表2
- 列表2

发表文章后生成:

<ul>
<li>列表1<br>
<br>
<ul>
<li>子列表1</li>
<li>子列表2</li>
</ul></li>
<li>列表2</li>
</ul>

列表后面多了两个<br>

有序多级列表也有同样问题

@joyqi joyqi closed this as completed in 8b5119d Nov 30, 2013
@ranlix
Copy link
ranlix commented Nov 28, 2014

目前为止好像就只能保持2级列表有格式缩进,第三级列表无法实现啊貌似,有什么办法么?

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
0