@@ -37,46 +37,91 @@ plt.show()
3737
3838## Callout Blocks
3939
40- ::: callout-note
41- Note that there are five types of callouts, including: ` note ` , ` warning ` ,
42- ` important ` , ` tip ` , and ` caution ` .
43- :::
44-
45- ::: callout-tip
46- ## Tip with Title
47-
48- This is an example of a callout with a title.
49- :::
50-
51- ::: {.callout-caution collapse="true"}
52- ## Expand To Learn About Collapse
53-
54- This is an example of a 'folded' caution callout that can be expanded by the
55- user. You can use ` collapse="true" ` to collapse it by default or
56- ` collapse="false" ` to make a collapsible callout that is expanded by default.
57- :::
58-
59- ::: {.callout-note appearance="simple"}
60- ## Pay Attention
61-
62- Using callouts is an effective way to highlight content that your reader give
63- special consideration or attention.
64- :::
65-
66- ::: {.callout-note icon="false"}
67- ## Pay Attention
68-
69- Using callouts is an effective way to highlight content that your reader give
70- special consideration or attention.
71- :::
72-
73- ::: {#tip-example .callout-tip}
74- ## Cross-Referencing a Tip
75-
76- Add an ID starting with ` #tip- ` to reference a tip.
77- :::
78-
79- See @tip-example ...
40+ <div class =" callout callout-style-default callout-note callout-titled " >
41+ <div class =" callout-header d-flex align-content-center " >
42+ <div class =" callout-icon-container " >
43+ <i class =" callout-icon " ></i >
44+ </div >
45+ <div class =" callout-title-container flex-fill " >
46+ Note
47+ </div >
48+ </div >
49+ <div class =" callout-body-container callout-body " >
50+ <p >Note that there are five types of callouts, including: <code >note</code >, <code >tip</code >, <code >warning</code >, <code >caution</code >, and <code >important</code >.</p >
51+ </div >
52+ </div >
53+ <div class =" callout callout-style-default callout-warning callout-titled " >
54+ <div class =" callout-header d-flex align-content-center " >
55+ <div class =" callout-icon-container " >
56+ <i class =" callout-icon " ></i >
57+ </div >
58+ <div class =" callout-title-container flex-fill " >
59+ Warning
60+ </div >
61+ </div >
62+ <div class =" callout-body-container callout-body " >
63+ <p >Callouts provide a simple way to attract attention, for example, to this warning.</p >
64+ </div >
65+ </div >
66+ <div class =" callout callout-style-default callout-important callout-titled " >
67+ <div class =" callout-header d-flex align-content-center " >
68+ <div class =" callout-icon-container " >
69+ <i class =" callout-icon " ></i >
70+ </div >
71+ <div class =" callout-title-container flex-fill " >
72+ Important
73+ </div >
74+ </div >
75+ <div class =" callout-body-container callout-body " >
76+ <p >The callout heading is provided by the callout type, with the expected heading (i.e., Note, Warning, Important, Tip, or Caution).</p >
77+ </div >
78+ </div >
79+ <div class =" callout callout-style-default callout-tip callout-titled " >
80+ <div class =" callout-header d-flex align-content-center " >
81+ <div class =" callout-icon-container " >
82+ <i class =" callout-icon " ></i >
83+ </div >
84+ <div class =" callout-title-container flex-fill " >
85+ <span class =" screen-reader-only " >Tip</span >Tip With Title
86+ </div >
87+ </div >
88+ <div class =" callout-body-container callout-body " >
89+ <p >This is an example of a callout with a title. Providing a callout heading is optional.</p >
90+ </div >
91+ </div >
92+
93+ Simple
94+
95+ <div class =" callout callout-style-simple callout-note callout-titled " >
96+ <div class =" callout-header d-flex align-content-center " >
97+ <div class =" callout-icon-container " >
98+ <i class =" callout-icon " ></i >
99+ </div >
100+ <div class =" callout-title-container flex-fill " >
101+ <span class =" screen-reader-only " >Note</span >Pay Attention
102+ </div >
103+ </div >
104+ <div class =" callout-body-container callout-body " >
105+ <p >Using callouts is an effective way to highlight content that your reader give special consideration or attention.</p >
106+ </div >
107+ </div >
108+
109+
110+ No icon
111+
112+ <div class =" callout callout-style-default callout-note no-icon callout-titled " >
113+ <div class =" callout-header d-flex align-content-center " >
114+ <div class =" callout-icon-container " >
115+ <i class =" callout-icon no-icon " ></i >
116+ </div >
117+ <div class =" callout-title-container flex-fill " >
118+ <span class =" screen-reader-only " >Note</span >Pay Attention
119+ </div >
120+ </div >
121+ <div class =" callout-body-container callout-body " >
122+ <p >Using callouts is an effective way to highlight content that your reader give special consideration or attention.</p >
123+ </div >
124+ </div >
80125
81126## Diagrams
82127
0 commit comments