Skip to content

Commit a3a05b1

Browse files
authored
Add inline code to admonition block test page headings (#2152)
1 parent 2eca725 commit a3a05b1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

test/examples/admonition.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Starting with header 3
44

5-
> ### Blockquote Header 3 [with link](#)
5+
> ### Blockquote Header 3 with [link](#) and `code`
66
>
77
> Some `code` and a [link](#).
88
>
@@ -14,7 +14,7 @@
1414
> no highlight
1515
> ```
1616
17-
> ### Info Header 3 [with link](#) {: .info}
17+
> ### Info Header 3 with [link](#) and `code` {: .info}
1818
>
1919
> #### Header 4
2020
>
@@ -28,7 +28,7 @@
2828
> no highlight
2929
> ```
3030
31-
> ### Tip Header 3 [with link](#) {: .tip}
31+
> ### Tip Header 3 with [link](#) and `code` {: .tip}
3232
>
3333
> #### Header 4
3434
>
@@ -43,7 +43,7 @@
4343
> no highlight
4444
> ```
4545
46-
> ### Neutral Header 3 [with link](#) {: .neutral}
46+
> ### Neutral Header 3 with [link](#) and `code` {: .neutral}
4747
>
4848
> #### Header 4
4949
>
@@ -57,7 +57,7 @@
5757
> no highlight
5858
> ```
5959
60-
> ### Warning Header 3 [with link](#) {: .warning}
60+
> ### Warning Header 3 with [link](#) and `code` {: .warning}
6161
>
6262
> #### Header 4
6363
>
@@ -71,7 +71,7 @@
7171
> no highlight
7272
> ```
7373
74-
> ### Error Header 3 [with link](#) {: .error}
74+
> ### Error Header 3 with [link](#) and `code` {: .error}
7575
>
7676
> #### Header 4
7777
>
@@ -87,47 +87,47 @@
8787
8888
## Starting with header 4
8989
90-
> #### Blockquote Header 4 [with link](#)
90+
> #### Blockquote Header 4 with [link](#) and `code`
9191
>
9292
> Some `code` and a [link](#).
9393
>
9494
> ```erlang
9595
> Foo + Bar.
9696
> ```
9797
98-
> #### Info Header 4 [with link](#) {: .info}
98+
> #### Info Header 4 with [link](#) and `code` {: .info}
9999
>
100100
> Some `code` and a [link](#).
101101
>
102102
> ```erlang
103103
> Foo + Bar.
104104
> ```
105105
106-
> #### Tip Header 4 [with link](#) {: .tip}
106+
> #### Tip Header 4 with [link](#) and `code` {: .tip}
107107
>
108108
> Some `code` and a [link](#).
109109
>
110110
> ```erlang
111111
> Foo + Bar.
112112
> ```
113113
114-
> #### Neutral Header 4 [with link](#) {: .neutral}
114+
> #### Neutral Header 4 with [link](#) and `code` {: .neutral}
115115
>
116116
> Some `code` and a [link](#).
117117
>
118118
> ```erlang
119119
> Foo + Bar.
120120
> ```
121121
122-
> #### Warning Header 4 [with link](#) {: .warning}
122+
> #### Warning Header 4 with [link](#) and `code` {: .warning}
123123
>
124124
> Some `code` and a [link](#).
125125
>
126126
> ```erlang
127127
> Foo + Bar.
128128
> ```
129129
130-
> #### Error Header 4 [with link](#) {: .error}
130+
> #### Error Header 4 with [link](#) and `code` {: .error}
131131
>
132132
> Some `code` and a [link](#).
133133
>

0 commit comments

Comments
 (0)