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

列表格式,在某一行中,如果接下来的内容不是空行,然后顶格,则内容属于该行。 #5

Closed
cevin15 opened this issue Sep 28, 2017 · 2 comments

Comments

@cevin15
Copy link
Owner

cevin15 commented Sep 28, 2017

例子1

1. 列表1.1
这里是列表1.1的内容  
这里是列表1.1的内容
1. 列表1.2 

解析为:

<ol>
<li>列表1.1<br>这里是列表1.1的内容<br>这里是列表1.1的内容  </li>
<li>列表1.2 </li>
</ol>

例子2

1. 列表1.1  

这里是列表1.1的内容  
这里是列表1.1的内容  
1. 列表1.2 

解析为:

<ol>
<li>列表1.1  </li>
</ol>
<p>这里是列表1.1的内容<br>这里是列表1.1的内容<br>1. 列表1.2 </p>

例子3

1. 列表1.1  

  这里是列表1.1的内容  
这里是列表1.1的内容  
1. 列表1.2 

解析为

<ol>
<li><p>列表1.1  </p>
<p>这里是列表1.1的内容<br>这里是列表1.1的内容  </p>
</li>
<li>列表1.2 </li>
</ol>
@cevin15
Copy link
Owner Author

cevin15 commented Mar 29, 2018

For test.

Header 1 Header 2 Header 3 Header 4
Data 11 Data 12 Data 13 Data 14
Data 21 Data 22 Data 23 Data 24
Data 31 Data 32 Data 33 Data 34
  1. 123123
    123123
    123123
  2. 123123

@cevin15
Copy link
Owner Author

cevin15 commented Jan 21, 2019

Fixed Comment

@cevin15 cevin15 closed this as completed Jan 21, 2019
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

1 participant