Giter Site home page Giter Site logo

Comments (6)

Crozzers avatar Crozzers commented on May 28, 2024 1

That is intentional and should match the behaviour of previous versions. From the CommonMark spec:

A right-flanking delimiter run is a delimiter run that is (1) not preceded by Unicode whitespace, and...

Although the <em> behaviour seems to be inconsistent with this. I'll add a commit to fix that
EDIT: it looks like the <em> regex considers the first * of the closing delimiter as a match for (?<=\S)*. Doesn't seem like an issue to me

from python-markdown2.

fghaas avatar fghaas commented on May 28, 2024

I can confirm this; it appears to have slipped into the 2.4.11 release. 2.4.10 did not suffer from this issue. Downgrading to 2.4.10 is thus a valid temporary workaround.

Not sure if this helps, but per git bisect the commit that broke this was 0eafad6 (from #531).

from python-markdown2.

nicholasserra avatar nicholasserra commented on May 28, 2024

Thanks for the reports, we'll check this out

from python-markdown2.

Crozzers avatar Crozzers commented on May 28, 2024

Hi, thanks for reporting this. I've opened a linked PR to address this, let me know if I've missed anything.

from python-markdown2.

gitbra avatar gitbra commented on May 28, 2024

Hi, thanks for the proposed fix.
I tested and the spaces inside ** are not well appreciated, else it looks fine to me.

**Word** **Word **

<p><strong>Word</strong> <em>*Word *</em></p>

from python-markdown2.

fghaas avatar fghaas commented on May 28, 2024

Thanks! I think you may still want to add an entry to the changelog for this fix — I've taken the liberty to submit a PR for that (see #553).

from python-markdown2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.