Skip to content

Combined emphasis and strong emphasis wrong output #979

Description

@paulmelis

Not sure ***word*** is actually supported, although it does seem to work in general. But with 3.2.2:

>>> markdown.markdown("""traced ***along*** bla **blocked** if other ***or***""")
'<p>traced <strong><em>along</em></strong> bla <strong>blocked*<em> if other </em></strong>or***</p>'

I.e. the strong emphasis on "blocked" is not ended, but emphasis started instead.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugBug report.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions