Skip to content

Conversation

@Jocs
Copy link
Contributor

@Jocs Jocs commented Apr 17, 2019

Marked version:0.6.2

Markdown flavor: CommonMark

Description

Fixed commonmark example 40 and example 57, and related issue #1474

Example40

Markdown content
foo
    # bar

Expected Html
<p>foo
# bar</p>

Acutral html
<p>foo</p>
<pre><code># bar</code></pre>

Example57

Markdown content
Foo
    ---

Expected Html
<p>Foo
---</p>

Actural Html
<h2>Foo</h2>

Contributor

  • Test(s) exist to ensure functionality and minimize regression (if no tests added, list tests covering this PR); or,
  • no tests required for this PR.
  • If submitting new feature, it has been documented in the appropriate places.

Committer

In most cases, this should be a different person than the contributor.

  • Draft GitHub release notes have been updated.
  • CI is green (no forced merge required).
  • Merge PR

@styfle styfle merged commit 5d727cb into markedjs:master Apr 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants