Skip to content

Commit ceaf48b

Browse files
committed
fix Canary callouts
1 parent 70c5489 commit ceaf48b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/docs/filters/react/clean_html_react_dev.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def call
3434
class_transform = {
3535
'.expandable-callout[class*=yellow]' => 'note note-orange', # pitfalls, experimental
3636
'.expandable-callout[class*=green]' => 'note note-green', # note
37+
'.expandable-callout[class*=gray]' => 'note', # canary
3738
'.bg-card' => 'note', # you will learn
3839
'details' => 'note note-blue' # deep dive
3940
}

0 commit comments

Comments
 (0)