Skip to content

Commit 930c6e8

Browse files
committed
fix: heading hierarchy
1 parent 25d5bb0 commit 930c6e8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/getting-started/authoring.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sourcecode: to/my-document.mdx
1919
MARKDOWN
2020
```
2121

22-
### Frontmatter
22+
## Frontmatter
2323

2424
Any key is optional.
2525

@@ -31,13 +31,13 @@ Any key is optional.
3131
- will be used as metadata image if provided
3232
- `nav`: order in the navigation (on the same level)
3333

34-
### MARKDOWN
34+
## MARKDOWN
3535

3636
You can use any [GitHub Flavored Markdown](https://github.github.com/gfm/) syntax.
3737

3838
Plus, all exported [`components/mdx/index.tsx`](components/mdx/index.tsx) MDX components.
3939

40-
#### `Img`
40+
### `Img`
4141

4242
Relative images are supported. Eg, inside your [`MDX`](introduction#configuration:~:text=MDX) folder:
4343
```text {2}
@@ -95,7 +95,7 @@ Although it is probably better to use CSS for this:
9595
> [!NOTE]
9696
> See [`MDX_BASEURL`](introduction#configuration:~:text=MDX_BASEURL) to understand how it is converted to a full URL.
9797
98-
#### Code
98+
### Code
9999

100100
Line numbers/highlights are supported:
101101

@@ -192,7 +192,7 @@ index 8c3317a..47ea956 100644
192192

193193
</details>
194194

195-
#### `Grid`
195+
### `Grid`
196196

197197
Responsive grid.
198198

@@ -220,7 +220,7 @@ Responsive grid.
220220

221221
</details>
222222

223-
#### `Sandpack`
223+
### `Sandpack`
224224

225225
Inline sandboxes.
226226

@@ -293,7 +293,7 @@ export default function App() {
293293

294294

295295

296-
#### `Codesandbox`
296+
### `Codesandbox`
297297

298298
```md
299299
<Codesandbox id="3rjsl" />
@@ -306,7 +306,7 @@ export default function App() {
306306

307307
</details>
308308

309-
#### `Gha`
309+
### `Gha`
310310

311311
Aka. ["GitHub alerts"](https://github.com/orgs/community/discussions/16925)
312312

@@ -346,7 +346,7 @@ or better:
346346
347347
</details>
348348

349-
#### `Hint`
349+
### `Hint`
350350

351351
> [!CAUTION]
352352
> Deprecated, use [`Gha[keyword="NOTE"]`](#Gha) instead.

0 commit comments

Comments
 (0)