It seems that Quarto format for callout blocks is different that usual markdown flavor, see here.
Example instead of
It is with Quarto
::: {.callout-note}
My note
:::
Currently, using Literate.jl with Quarto flavor on
produces in the qmd
Which is not exactly the intended result.
It would be nice to support all the callout blocks (note, warning etc) !
It seems that Quarto format for callout blocks is different that usual markdown flavor, see here.
Example instead of
It is with Quarto
Currently, using Literate.jl with Quarto flavor on
produces in the
qmdWhich is not exactly the intended result.
It would be nice to support all the callout blocks (note, warning etc) !