-
quarto html Description
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Why do you have backtick and single quote to encapsulate content? See https://quarto.org/docs/authoring/markdown-basics.html. If you want actual backtick, you need to escape it. As documented the include shortcode is a copy/paste of the content inside the main document. Please note that your example is not reproducible, which means we are unable to use it and therefore find it challenging to assist you effectively. |
Beta Was this translation helpful? Give feedback.
-
this work but it removes new line and link so it mades the code text unreadable
text and plain format ,wont do anything you just get empty result. |
Beta Was this translation helpful? Give feedback.
-
this is a work around ```` {{< include gpl3.txt >}} ```` |
Beta Was this translation helpful? Give feedback.
-
just do this ~~~text ~~~ ```text {{< include gpl3.txt >}} ``` |
Beta Was this translation helpful? Give feedback.
just do this
~~~text
{{< include gpl3.txt >}}
~~~
```text
{{< include gpl3.txt >}}
```