fix Canary callouts

pull/2375/head
Gergely Gombos 1 month ago
parent 70c5489f52
commit ceaf48b4ba

@ -34,6 +34,7 @@ module Docs
class_transform = {
'.expandable-callout[class*=yellow]' => 'note note-orange', # pitfalls, experimental
'.expandable-callout[class*=green]' => 'note note-green', # note
'.expandable-callout[class*=gray]' => 'note', # canary
'.bg-card' => 'note', # you will learn
'details' => 'note note-blue' # deep dive
}

Loading…
Cancel
Save