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

Header parsing quirkily within code behind #796

Closed
xovel opened this issue Aug 26, 2016 · 2 comments
Closed

Header parsing quirkily within code behind #796

xovel opened this issue Aug 26, 2016 · 2 comments

Comments

@xovel
Copy link

xovel commented Aug 26, 2016

## text
```
code
```

Header text will contains code inline.

@joshbruce
Copy link
Member

See #981

@Feder1co5oave
Copy link
Contributor

I can't reproduce this on current master (1dc772b, v0.3.12):

$ bin/marked 
## text
```
code
```
^D
<h2 id="text">text</h2>
<pre><code>code
</code></pre>

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