We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following input here:
Generates:
asdf asdf**asdf**_**asdfasdf asdf **_**asdf **adsf
via toString('markdown')
toString('markdown')
If this is input here:
http://spec.commonmark.org/dingus/
Or, if input as a source into react-markdown, it generates this:
HTML is: <p>asdf asdf<strong>asdf</strong><em>**asdfasdf asdf **</em>**asdf **adsf</p>
<p>asdf asdf<strong>asdf</strong><em>**asdfasdf asdf **</em>**asdf **adsf</p>
The text was updated successfully, but these errors were encountered:
I do believe this is a bug. It probably belongs on https://github.com/sstur/draft-js-export-markdown. I would be open to a pull request if you find a solution.
Sorry, something went wrong.
What about this PR: sstur/draft-js-export-markdown#14 It looks like this would at least fix the whitespace related markdown problems.
No branches or pull requests
The following input here:
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:
HTML is:
<p>asdf asdf<strong>asdf</strong><em>**asdfasdf asdf **</em>**asdf **adsf</p>
The text was updated successfully, but these errors were encountered: