Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Incorrect opening strong tag generation #43

Open
dima117 opened this issue May 3, 2017 · 0 comments
Open

Incorrect opening strong tag generation #43

dima117 opened this issue May 3, 2017 · 0 comments

Comments

@dima117
Copy link

dima117 commented May 3, 2017

Markdown example:

## Header

**strong text**

**other strong text**

Expected result

<section class="slide" id="header"><div><h2>Header</h2>

<p><strong>strong text</strong></p>

<p><strong>other strong text</strong></p>

</div></section>

Actual result

There is no opening strong tag in the first paragraph.

<section class="slide" id="header"><div><h2>Header</h2>

<p>strong text</strong></p>

<p><strong>other strong text</strong></p>

</div></section>

DEMO

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant