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