Git Product home page Git Product logo

Comments (4)

iBobik avatar iBobik commented on May 20, 2024

It is probably because {{ }} is also syntax for Liquid, what is run by Jekyll, base of Github Pages.

Workaround:

{% raw %}
$ docker ps --format "table {{.ID}}\t{{.Labels}}"
{% endraw %}

from docs.

iBobik avatar iBobik commented on May 20, 2024

I asked in Jekyll forum for a better solution: https://talk.jekyllrb.com/t/how-to-turn-off-liquid-in-md/3078

from docs.

johndmulhausen avatar johndmulhausen commented on May 20, 2024

Thanks for asking them for their thoughts, @iBobik . Looks like the only other option is crazy syntax such as {{ "string" }}}} which works in spite of intent/implementation rather than because of it. I tried {{ content | markdownify }} and it not only didn't solve the issue, it increased the build time by over 300%.

I think we're stuck using {% raw %}, which #48 applied. While that PR did have too wide of a scope on the pages, that's always something we can adjust if Liquid ever needs to be added to those 35 files.

If you ever dig up a novel solution, let us know!

from docs.

docker-robott avatar docker-robott commented on May 20, 2024

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

If you have found a problem that seems similar to this, please open a new issue.

/lifecycle locked

from docs.

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.