Giter Site home page Giter Site logo

Comments (3)

Crozzers avatar Crozzers commented on May 28, 2024

There isn't a dedicated option for this but you can achieve the same effect using the link patterns extra

from python-markdown2.

sturmf avatar sturmf commented on May 28, 2024

Thanks for the info but I utterly failed using that feature 😭 I just haven't really wrapped my brain around how that one works.

For now I am postprocessing the generated html which is fine. But I am still striving for a more elegant solution.

from python-markdown2.

Crozzers avatar Crozzers commented on May 28, 2024

The link patterns extra doesn't match against URLs, it matches against plain text, which caught me off guard when I used it.
I believe it was designed for snippets like this:

blah blah related to #12345 from the issue tracker

Where you could then have a regex to match these refs and replace them with links to your issue tracker.

Since you've got links to markdown files, you'll have to match your links, including the markdown link syntax (eg: \[.*\]\(.*\.md\) and replace them with your custom <a> tag.


In the future, I think it would be nice to implement this as a custom extra (#519), in the way this comment describes, but that does require the custom extra infrastructure.

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.