File tree Expand file tree Collapse file tree 1 file changed +23
-25
lines changed Expand file tree Collapse file tree 1 file changed +23
-25
lines changed Original file line number Diff line number Diff line change @@ -29,31 +29,29 @@ body:
2929 You can share a Quarto document using the following syntax, _i.e._, using more backticks than you have in your document (usually four ` ```` `).
3030 For example with Quarto CLI >=1.5:
3131
32- `````md
33- ````qmd
34- ---
35- title: "Reproducible Quarto Document"
36- format: html
37- engine: jupyter
38- ---
39-
40- This is a reproducible Quarto document using `format: html`.
41- It is written in Markdown and contains embedded Python code.
42- When you run the code, it will produce a message.
43-
44- ```{python}
45- print("Hello, world!")
46- ```
47-
48- {#fig-placeholder}
49-
50- {{< lipsum 1 >}}
51-
52- A reference to @fig-placeholder.
53-
54- The end.
55- ````
56- `````
32+ ````qmd
33+ ---
34+ title: "Reproducible Quarto Document"
35+ format: html
36+ engine: jupyter
37+ ---
38+
39+ This is a reproducible Quarto document using `format: html`.
40+ It is written in Markdown and contains embedded Python code.
41+ When you run the code, it will produce a message.
42+
43+ ```{python}
44+ print("Hello, world!")
45+ ```
46+
47+ {#fig-placeholder}
48+
49+ {{< lipsum 1 >}}
50+
51+ A reference to @fig-placeholder.
52+
53+ The end.
54+ ````
5755
5856 - type : textarea
5957 attributes :
You can’t perform that action at this time.
0 commit comments