-
Notifications
You must be signed in to change notification settings - Fork 862
Closed
Description
If you look at slide 15 in my presentation, there is a problem with Showdown not parsing # overskrift properly when inside a div. This is the code:
<div class="col">
# overskrift
</div>
which gets parsed into:
<div class="col">
<p># overskrift</p>
</div>
instead of the expected:
<div class="col">
<h1>overskrift</h1>
</div>
Showdown however handles lists, urls and other markup inside divs as you can see on the same slide in my presentation.
Metadata
Metadata
Assignees
Labels
No labels