Add "Complex" Callout to Markdown output #6604
Replies: 1 comment 1 reply
-
This is an interesting idea and PRs are always welcome! But this needs to be handled delicately. A few issues:
This is not exhaustive, but gives you an idea for what we need to solve before merging an eventual PR. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Callout blocks are first render into three formats (CommonMark, HTML, and ePub), see
quarto-cli/src/resources/filters/customnodes/callout.lua
Lines 567 to 576 in eafea4c
Would be great to have simplified HTML, something like
that authors can style with beginer level CSS.
I believe this can be done by changing the previous code snippet to
and writing the
simpleCalloutDiv
function. Is a PR welcome?Beta Was this translation helpful? Give feedback.
All reactions