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

<hr> breaks code-block #62

Open
luckydonald opened this issue Feb 19, 2016 · 0 comments
Open

<hr> breaks code-block #62

luckydonald opened this issue Feb 19, 2016 · 0 comments

Comments

@luckydonald
Copy link

<hr> breaks code blocks

Input:

#### Code

This is using markdown mixed with HTML.

```markdown
footnotes<sup>[1](#1)</sup>
```

And in your Footnotes section


```markdown
<hr />
###### Footnotes:
1. <a name="1">*Lorem Ipsum*</a>
```

Result:

image

Expected Result:

Code

This is using markdown mixed with HTML.

footnotes<sup>[1](#1)</sup>

And in your Footnotes section

<hr />
###### Footnotes:
1. <a name="1">*Lorem Ipsum*</a>
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