entangled / entangled.py

Python port of Entangled
Apache License 2.0
33 stars 7 forks source link

Quarto support #18

Open jhidding opened 11 months ago

jhidding commented 11 months ago

Execution should be disabled by default. In the YAML header:

execute:
    eval: false

When adding codeblocks in the entangled way, Quarto just renders the listing as is. So above may not be needed.