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
This happens when I parse strong emphasized code spans.
For example, parse:
**`hello`** *`world`*
sundown's output is:
<p>*<em><code>hello</code>** *<code>world</code></em></p>
But the expected output should be:
<p><strong><code>hello</code></strong> <em><code>world</code></em></p>
The text was updated successfully, but these errors were encountered:
This bug has been fixed in Hoedown.
Sorry, something went wrong.
Merge pull request vmg#146 from stevewolter/master
977e26e
Fix issue vmg#125 (formatting in TOCs) and out-of-bounds memory access in tab expansion
No branches or pull requests
This happens when I parse strong emphasized code spans.
For example, parse:
sundown's output is:
But the expected output should be:
The text was updated successfully, but these errors were encountered: