You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### 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>
```
<hr>
breaks code blocksInput:
Result:
Expected Result:
The text was updated successfully, but these errors were encountered: