Replies: 1 comment 4 replies
-
Have you tried using this option in a call to plain Pandoc? That will help us track down if the issue is on quarto or pandoc. FYI |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Quarto in combination with
Documenter.jl
to build documentation for Julia packages (see for example here). The jury is still out on whether this is a good idea or an overkill, but so far I think it enables a good workflow.One nice feature of
Documenter.jl
is Admonitions (basically like Quarto's Callout Blocks). The Markdown syntax for admonitions is as follows,where the four-space indent and wrapping is strictly necessary. In order to preserve the indent and wrapping I have tried the following:
While this does indeed preserve the wrapping, the indent is not preserved in the render
.md
document:Is there a way to preserve the indent? Or perhaps there is an even better, standard way to just preserve the text as is?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions