Skip to content

Strong emphasis code spans parse error #146

@ptpt

Description

@ptpt

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions