Skip to content

Commit 015e9e2

Browse files
committed
Apply prettier auto-formatting to docs/index.md and fix a couple things off there
1 parent 9a8d291 commit 015e9e2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/index.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,35 @@ app.cmdloop()
2626
```
2727

2828
<!-- Getting Started -->
29+
2930
{%
3031
include-markdown "./overview/index.md"
3132
%}
3233

3334
<!-- Migrating from cmd -->
35+
3436
{%
3537
include-markdown "./migrating/index.md"
3638
%}
3739

38-
<!-- Features -->
40+
## Features
41+
3942
{%
4043
include-markdown "./features/index.md"
4144
start="<!--intro-start-->"
4245
end="<!--intro-end-->"
4346
%}
4447

45-
<!-- Examples -->
48+
## Examples
49+
4650
{%
4751
include-markdown "./examples/index.md"
4852
start="<!--intro-start-->"
4953
end="<!--intro-end-->"
5054
%}
5155

52-
<!-- Plugins -->
56+
## Plugins
57+
5358
{%
5459
include-markdown "./plugins/index.md"
5560
start="<!--intro-start-->"

0 commit comments

Comments
 (0)