Skip to content
Discussion options

You must be logged in to vote

No, those are also "executable", and are handled before pandoc :(

Lua filters currently handle "evaluated content" (that's not a real term we use, but gives you the right mental model). Knitr, Jupyter, OJS, dot, mermaidjs are all determined before Pandoc. Effectively, things that are denoted like so:

(Block syntax)
```{$SOME_LANGUAGE_HERE}
code
```

(Inline syntax)
`{$SOME_LANGUAGE_HERE} code`

(knitr inline syntax)
`r code`

Are all handled before Pandoc is called.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@dfalbel
Comment options

@cscheid
Comment options

Answer selected by dfalbel
@dfalbel
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
computations lua Issues related to the lua codebase, filter chain, etc
2 participants