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

Tags separated by spaces are rendered together #176

Open
Bebup opened this issue Jul 23, 2020 · 1 comment
Open

Tags separated by spaces are rendered together #176

Bebup opened this issue Jul 23, 2020 · 1 comment
Labels
need more info Issue is not clear, more information from issue reporter is needed to take further action.

Comments

@Bebup
Copy link

Bebup commented Jul 23, 2020

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

@cebe
Copy link
Owner

cebe commented Oct 7, 2020

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?

@cebe cebe added the need more info Issue is not clear, more information from issue reporter is needed to take further action. label Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need more info Issue is not clear, more information from issue reporter is needed to take further action.
Projects
None yet
Development

No branches or pull requests

2 participants