-
Notifications
You must be signed in to change notification settings - Fork 410
Open
Labels
brand`_brand.yml``_brand.yml`bugSomething isn't workingSomething isn't workingcalloutsIssues with Callout Blocks.Issues with Callout Blocks.htmlIssues with HTML and related web technology (html/css/scss/js)Issues with HTML and related web technology (html/css/scss/js)
Milestone
Description
We've discussed this internally but I can't find an issue or discussion.
For Typst we have a mapping from bootstrap callout names to brand yml theme colors.
quarto-cli/src/resources/filters/customnodes/callout.lua
Lines 235 to 241 in bc45896
| local callout_theme_color_map = { | |
| note = "primary", | |
| warning = "warning", | |
| important = "danger", | |
| tip = "success", | |
| caution = nil -- ? | |
| } |
We should generalize this and use it for HTML.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
brand`_brand.yml``_brand.yml`bugSomething isn't workingSomething isn't workingcalloutsIssues with Callout Blocks.Issues with Callout Blocks.htmlIssues with HTML and related web technology (html/css/scss/js)Issues with HTML and related web technology (html/css/scss/js)