Giter VIP home page Giter VIP logo

Comments (2)

waylan avatar waylan commented on June 9, 2024 1

Python Markdown has been like this for a long, long time.

This was my thought as well. In fact, it is very likely that we implemented our behavior first and other implementations added their behavior later. They failed to follow our lead. In fact, I would argue that our behavior (collapsing multiple consecutive hyphens into 1) is the correct behavior and implementations which do not do that should be changed.

Regardless, we now have many thousands of existing documents which have many thousands of links pointing to them using thee existing format. A change in behavior would break many of the existing links. Therefore, we will not be making a change to the default behavior.

from markdown.

facelessuser avatar facelessuser commented on June 9, 2024

Python Markdown has been like this for a long, long time. Making a change to not collapse - into a single instance of - would not be backward compatible and would likely break many user's expectations.

With that said Python Markdown provides a way where you can override the slug behavior if you so choose. You can simply craft your own slugify method and use the slugify option to specify it.

from markdown.

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.