We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c5489 commit ceaf48bCopy full SHA for ceaf48b
lib/docs/filters/react/clean_html_react_dev.rb
@@ -34,6 +34,7 @@ def call
34
class_transform = {
35
'.expandable-callout[class*=yellow]' => 'note note-orange', # pitfalls, experimental
36
'.expandable-callout[class*=green]' => 'note note-green', # note
37
+ '.expandable-callout[class*=gray]' => 'note', # canary
38
'.bg-card' => 'note', # you will learn
39
'details' => 'note note-blue' # deep dive
40
}
0 commit comments