|
| 1 | +title: "Your question in one sentence" |
| 2 | +body: |
| 3 | + - type: markdown |
| 4 | + attributes: |
| 5 | + value: | |
| 6 | + First, please check if your question has already been asked. |
| 7 | + If it has, please consider adding a comment to the existing discussion instead of creating a new one. |
| 8 | +
|
| 9 | + Finally, try to describe the best you can what you want to achieve or what is your issue, especially by providing a complete self-contained reproducible example. |
| 10 | + This will help us to understand your question and answer it. |
| 11 | +
|
| 12 | + `````md |
| 13 | + ````qmd |
| 14 | + --- |
| 15 | + title: "Reproducible Quarto Document" |
| 16 | + format: html |
| 17 | + engine: jupyter |
| 18 | + --- |
| 19 | +
|
| 20 | + This is a reproducible Quarto document using `format: html`. |
| 21 | + It is written in Markdown and contains embedded Python code. |
| 22 | + When you run the code, it will produce a message. |
| 23 | +
|
| 24 | + ```{python} |
| 25 | + print("Hello, world!") |
| 26 | + ``` |
| 27 | +
|
| 28 | + {#fig-placeholder} |
| 29 | +
|
| 30 | + {{< lipsum 1 >}} |
| 31 | +
|
| 32 | + A reference to @fig-placeholder. |
| 33 | +
|
| 34 | + The end. |
| 35 | + ```` |
| 36 | + ````` |
| 37 | +
|
| 38 | + You can add some additional information that can help us to help you: |
| 39 | +
|
| 40 | + - What Quarto version are you using? |
| 41 | + You can find the version of Quarto you used by running `quarto --version` in your terminal. |
| 42 | + - What version of the Quarto extension are you using? |
| 43 | + You can find the version of the Quarto extension you used by running `quarto list extensions` in your terminal. |
| 44 | + - What operating system are you using? |
| 45 | + Linux Ubuntu 20.04, macOS 11.2.3, Windows 10, _etc._ |
| 46 | +
|
| 47 | + _Thank you for opening this discussion either to ask for help or to report a possible bug!_ |
| 48 | + - type: textarea |
| 49 | + attributes: |
| 50 | + label: Description |
| 51 | + description: Start your question/report! |
| 52 | + placeholder: | |
| 53 | + You can include Quarto document code which includes code blocks like this: |
| 54 | +
|
| 55 | + `````md |
| 56 | + ````qmd |
| 57 | + --- |
| 58 | + title: "Reproducible Quarto Document" |
| 59 | + format: html |
| 60 | + engine: jupyter |
| 61 | + --- |
| 62 | +
|
| 63 | + This is a reproducible Quarto document using `format: html`. |
| 64 | + It is written in Markdown and contains embedded Python code. |
| 65 | + When you run the code, it will produce a message. |
| 66 | +
|
| 67 | + ```{python} |
| 68 | + print("Hello, world!") |
| 69 | + ``` |
| 70 | +
|
| 71 | + {#fig-placeholder} |
| 72 | +
|
| 73 | + {{< lipsum 1 >}} |
| 74 | +
|
| 75 | + A reference to @fig-placeholder. |
| 76 | +
|
| 77 | + The end. |
| 78 | + ```` |
| 79 | + ````` |
| 80 | +
|
| 81 | + --- |
| 82 | +
|
| 83 | + ### Additional information that can help us to help you |
| 84 | +
|
| 85 | + - What Quarto version are you using? |
| 86 | + You can find the version of Quarto you used by running `quarto --version` in your terminal. |
| 87 | + - What version of the Quarto extension are you using? |
| 88 | + You can find the version of the Quarto extension you used by running `quarto list extensions` in your terminal. |
| 89 | + - What operating system are you using? |
| 90 | + Linux Ubuntu 20.04, macOS 11.2.3, Windows 10, _etc._ |
| 91 | + validations: |
| 92 | + required: true |
| 93 | + - type: markdown |
| 94 | + attributes: |
| 95 | + value: | |
| 96 | + _Thank you for opening this discussion either to ask for help or to report a possible bug!_ |
0 commit comments