Giter Club home page Giter Club logo

Comments (4)

rpaul-stripe avatar rpaul-stripe commented on May 17, 2024 3

By default, the Markdoc parser attempts to parse Markdoc tags that appear inside of fenced code blocks. This behavior can be disabled individually per fenced code block by putting a process=false annotation in the fenced block's info line:

```js {% process=false %}
// Things that look like tags are ignored
console.log("{%"); 
```

We probably ought to add a global configuration option for this so that it doesn't need to be set individually for each fence.

from markdoc.

RomanHotsiy avatar RomanHotsiy commented on May 17, 2024

We probably ought to add a global configuration option for this so that it doesn't need to be set individually for each fence.

That would be great! I would also vote for making process=false the default.

from markdoc.

matildepark avatar matildepark commented on May 17, 2024

{% process=false %} created some issues with my highlighter (prism-react-renderer), specifically crashing because it was trying to process a code block that was undefined? Seems like it just skips over it. If I try to call the Fence component like a custom component ({% fence process=false %}) then it seems to just skip over processing the entire block, so that clearly isn't the way. Anyway, for now I've just escaped the strings.

from markdoc.

khash avatar khash commented on May 17, 2024

I had some Liquid template code I needed to render as a code block and given the similarities of Liquid and Markdoc, the page wasn't rendering (non-closed tags and many other issues as expected). I tried the {% process=false %} method which perhaps combined with my Prism highlighter (Next.js) fixed the errors, but also skipped the entire code block (and empty element was returned).

I managed to fix the issue by using the Markdoc's own Doc repository and the markdoc-example tag (https://github.com/markdoc/docs/blob/main/markdoc/tags/markdoc-example.markdoc.js).

Your milage may vary, but it worked for me.

from markdoc.

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.