blob: 766110eced4277a3711ecbea84338304d10b4bf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
project:
type: website
output-dir: public
# This tells Quarto: "Every time you see a .qmd, make an HTML and a TXT"
format:
html:
theme: none
minimal: true
embed-resources: true
plain:
output-ext: txt # This forces the extension to .txt instead of .plain
|