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
My markdown has something like **One** **Two** **Three**
**One** **Two** **Three**
It is rendered as: <strong>One</strong><strong>Two</strong><strong>Three</strong>
<strong>One</strong><strong>Two</strong><strong>Three</strong>
There are no spaces between the tags
The text was updated successfully, but these errors were encountered:
It is working fine here: http://markdown.cebe.cc/try?flavor=default&text=+%2A%2AOne%2A%2A+%2A%2ATwo%2A%2A+%2A%2AThree%2A%2A are you doing anything special, did you extend the Markdown class or further processing of the rendered output?
Sorry, something went wrong.
No branches or pull requests
My markdown has something like
**One** **Two** **Three**
It is rendered as:
<strong>One</strong><strong>Two</strong><strong>Three</strong>
There are no spaces between the tags
The text was updated successfully, but these errors were encountered: