Skip to content
Discussion options

You must be logged in to vote

See:

If feels way more complicated that it needs to be and only for a "quotes issue".
See below an example, showing that it won't work as the earlier is pre AST not pre-computations (I might be missing something, but don't think so).

---
title: "Quarto Playground"
format: html
filters:
  - at: pre-ast
    path: filter.lua
engine: knitr
---

This is a playground for Quarto.

This is `a string of text that is arbitrarily long but is one line`{=xx}.

`{r} 1+1`
f…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@harrelfe
Comment options

@mcanouil
Comment options

Answer selected by harrelfe
@harrelfe
Comment options

@cscheid
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
3 participants