Skip to content

Commit a286b02

Browse files
committed
Refactor callouts in Typography.md to use standard syntax
1 parent 4df92d5 commit a286b02

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

docs/Typography.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,23 @@ print("Hello, World!")
6666
6767
# Call outs
6868

69-
{: .tip }
69+
!!! tip
7070
Tip/Idea callout
7171

72-
{: .info }
72+
!!! info
7373
Info Type Callout
7474

75-
{: .warning }
75+
!!! warning
7676
warning Type Callout
7777

78-
{: .danger }
78+
!!! danger
7979
danger Type Callout
8080

81+
!!! note
82+
note callout
8183

84+
!!! quote
85+
quote callout
8286

8387
# Math
8488
Inline math: $$E = mc^2$$

0 commit comments

Comments
 (0)