@@ -19,7 +19,7 @@ sourcecode: to/my-document.mdx
19
19
MARKDOWN
20
20
```
21
21
22
- ### Frontmatter
22
+ ## Frontmatter
23
23
24
24
Any key is optional.
25
25
@@ -31,13 +31,13 @@ Any key is optional.
31
31
- will be used as metadata image if provided
32
32
- ` nav ` : order in the navigation (on the same level)
33
33
34
- ### MARKDOWN
34
+ ## MARKDOWN
35
35
36
36
You can use any [ GitHub Flavored Markdown] ( https://github.github.com/gfm/ ) syntax.
37
37
38
38
Plus, all exported [ ` components/mdx/index.tsx ` ] ( components/mdx/index.tsx ) MDX components.
39
39
40
- #### ` Img `
40
+ ### ` Img `
41
41
42
42
Relative images are supported. Eg, inside your [ ` MDX ` ] ( introduction#configuration:~:text=MDX ) folder:
43
43
``` text {2}
@@ -95,7 +95,7 @@ Although it is probably better to use CSS for this:
95
95
> [ !NOTE]
96
96
> See [ ` MDX_BASEURL ` ] ( introduction#configuration:~:text=MDX_BASEURL ) to understand how it is converted to a full URL.
97
97
98
- #### Code
98
+ ### Code
99
99
100
100
Line numbers/highlights are supported:
101
101
@@ -192,7 +192,7 @@ index 8c3317a..47ea956 100644
192
192
193
193
</details >
194
194
195
- #### ` Grid `
195
+ ### ` Grid `
196
196
197
197
Responsive grid.
198
198
@@ -220,7 +220,7 @@ Responsive grid.
220
220
221
221
</details >
222
222
223
- #### ` Sandpack `
223
+ ### ` Sandpack `
224
224
225
225
Inline sandboxes.
226
226
@@ -293,7 +293,7 @@ export default function App() {
293
293
294
294
295
295
296
- #### ` Codesandbox `
296
+ ### ` Codesandbox `
297
297
298
298
``` md
299
299
<Codesandbox id="3rjsl" />
@@ -306,7 +306,7 @@ export default function App() {
306
306
307
307
</details >
308
308
309
- #### ` Gha `
309
+ ### ` Gha `
310
310
311
311
Aka. [ "GitHub alerts"] ( https://github.com/orgs/community/discussions/16925 )
312
312
@@ -346,7 +346,7 @@ or better:
346
346
347
347
</details >
348
348
349
- #### ` Hint `
349
+ ### ` Hint `
350
350
351
351
> [ !CAUTION]
352
352
> Deprecated, use [ ` Gha[keyword="NOTE"] ` ] ( #Gha ) instead.
0 commit comments