Code Monkey home page Code Monkey logo

Comments (3)

maphew avatar maphew commented on September 13, 2024

I think I've got an older version of liquid tags. If I'm interpreting https://github.com/pelican-plugins/liquid-tags/pull/20/files#diff-64678f0e067a6e5b345f3dd61ee483febe3abcca283e00415117217081733ab3R89 lines 85/89 correctly what I have in my tree is old:

    def extendMarkdown(self, md, md_globals):
...snip...

So perhaps I've created an issue in the wrong project. If so, which is the right one? Pelican-plugins? Blog-o-matic? Elegant? I'm not sure how these relate to each other. I see there's peru for dependency management, which is new to me. Maybe I need to be leveraging it somehow. Anyway, if this is the wrong place, sorry for the noise, and please point me in the right direction. Thanks!

from liquid-tags.

mirekdlugosz avatar mirekdlugosz commented on September 13, 2024

Yes, this is issue #19 that we have fixed in #20. Your setup is currently using new Pelican, new Markdown and old liquid-tags. The easiest way of getting out of this is pulling in old Markdown version:

pip install markdown==3.3.7

You can modify your requirements.txt to pin Markdown.


Of course the real question is why you end up with old liquid-tags. Apparently, blog-o-matic is using pelican-plugins repository, which has 2-year old liquid-tags. Pelican community started to move away from this repository into separate pelican-plugins organization with Pelican 4.5, released in 2020.

For me, this is blog-o-matic issue. Their configuration results in usage of outdated packages. They either need to pin Pelican and Markdown to pre-2020 versions, or they need to start using plugins from new repositories.

from liquid-tags.

maphew avatar maphew commented on September 13, 2024

Ahh, thank you for the history and status quo change! I had completely missed the shift away from monorepo. I will redirect to blog-o-matic and related.

from liquid-tags.

Related Issues (15)

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.