Skip to content

Commit

Permalink
Merge pull request #11732 from mcanouil/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv authored Dec 23, 2024
2 parents 3f492cc + 87b7508 commit 9103011
Showing 1 changed file with 23 additions and 25 deletions.
48 changes: 23 additions & 25 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,29 @@ body:
You can share a Quarto document using the following syntax, _i.e._, using more backticks than you have in your document (usually four ` ```` `).
For example with Quarto CLI >=1.5:
`````md
````qmd
---
title: "Reproducible Quarto Document"
format: html
engine: jupyter
---
This is a reproducible Quarto document using `format: html`.
It is written in Markdown and contains embedded Python code.
When you run the code, it will produce a message.
```{python}
print("Hello, world!")
```
![An image]({{< placeholder 600 400 >}}){#fig-placeholder}
{{< lipsum 1 >}}
A reference to @fig-placeholder.
The end.
````
`````
````qmd
---
title: "Reproducible Quarto Document"
format: html
engine: jupyter
---
This is a reproducible Quarto document using `format: html`.
It is written in Markdown and contains embedded Python code.
When you run the code, it will produce a message.
```{python}
print("Hello, world!")
```
![An image]({{< placeholder 600 400 >}}){#fig-placeholder}
{{< lipsum 1 >}}
A reference to @fig-placeholder.
The end.
````
- type: textarea
attributes:
Expand Down

0 comments on commit 9103011

Please sign in to comment.