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

忽略代码块后面的空行 #4

Open
MichaelHu opened this issue Sep 29, 2014 · 0 comments
Open

忽略代码块后面的空行 #4

MichaelHu opened this issue Sep 29, 2014 · 0 comments
Labels

Comments

@MichaelHu
Copy link
Owner

以下代码:

# code
    code line 1
    code line 2


# title 2

输出:

<h1> code</h1>
<pre><code>code line 1
code line 2


</code></pre>
<h1> title 2</h1>

应该输出:

<h1> code</h1>
<pre><code>code line 1
code line 2
</code></pre>
<h1> title 2</h1>
@MichaelHu MichaelHu added the bug label Sep 29, 2014
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