Skip to content
New issue

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

bold tags don't round trip if they start with a space when passed to makeMarkdown then to makeHtml #741

Open
celamai opened this issue Oct 23, 2019 · 1 comment

Comments

@celamai
Copy link

celamai commented Oct 23, 2019

Description:

<strong> tags don't round trip if they start with a space when passed to makeMarkdown then to makeHtml

Input:

hello<strong> world</strong>

Expected output:

hello **world**
hello <strong>world</strong>

Actual Output:

hello** world**
<p>hello** world**</p>
@damienromito
Copy link

I get the same issue with italic also... we have to add a message for users "DO NOT ADD BOLD OR ITALIC ON SPACES"... it's not very convenient.
BTW : thank you for your job

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

No branches or pull requests

2 participants