Skip to content

Generated markdown is incompatible with commonmark / React-Markdown #89

@cryptoquick

Description

@cryptoquick

The following input here:

screenshot 2016-08-11 19 57 05

Generates:

asdf asdf**asdf**_**asdfasdf asdf **_**asdf **adsf

via toString('markdown')

If this is input here:

http://spec.commonmark.org/dingus/

Or, if input as a source into react-markdown, it generates this:

screenshot 2016-08-11 19 59 59

HTML is:
<p>asdf asdf<strong>asdf</strong><em>**asdfasdf asdf **</em>**asdf **adsf</p>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions