We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just started playing around with this neat extension - thanks!
The icons seem to be rendering as italicized.
The YAML specification (slightly modified from your read.me):
.qmd callout block:
::: {.thumbs-up title="That was a hard task!"} You did a great job completing this task. :::
renders the following HTML (I've just isolated the italics tags around the callout because it appears that those are the issue):
The text was updated successfully, but these errors were encountered:
Thanks; I think this is because of the default way Quarto icons are specified with a tilt.
When I'm back; I'll clean up the CSS abit.
Sorry, something went wrong.
No branches or pull requests
Just started playing around with this neat extension - thanks!
The icons seem to be rendering as italicized.
The YAML specification (slightly modified from your read.me):
custom-callout:
todo:
icon-symbol: "📝"
color: "pink"
thumbs-up:
title: "Great job!"
icon-symbol: "😃"
color: "#008000"
.qmd callout block:
::: {.thumbs-up title="That was a hard task!"}
You did a great job completing this task.
:::
renders the following HTML (I've just isolated the italics tags around the callout because it appears that those are the issue):
The text was updated successfully, but these errors were encountered: