Skip to content

Problem in Showdown #14

@kimjoar

Description

@kimjoar

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions