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

Strong emphasis code spans parse error #146

Open
ptpt opened this issue Apr 19, 2013 · 1 comment
Open

Strong emphasis code spans parse error #146

ptpt opened this issue Apr 19, 2013 · 1 comment

Comments

@ptpt
Copy link

ptpt commented Apr 19, 2013

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>
@mildsunrise
Copy link

This bug has been fixed in Hoedown.

GerHobbelt pushed a commit to GerHobbelt/soldout that referenced this issue Feb 11, 2021
Fix issue vmg#125 (formatting in TOCs) and out-of-bounds memory access in tab expansion
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