File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -25,36 +25,31 @@ app = App()
25
25
app.cmdloop()
26
26
```
27
27
28
- ## Getting Started
29
-
28
+ <!-- Getting Started -->
30
29
{%
31
30
include-markdown "./overview/index.md"
32
31
%}
33
32
34
- ## Migrating from cmd
35
-
33
+ <!-- Migrating from cmd -->
36
34
{%
37
35
include-markdown "./migrating/index.md"
38
36
%}
39
37
40
- ## Features
41
-
38
+ <!-- Features -->
42
39
{%
43
40
include-markdown "./features/index.md"
44
41
start="<!-- intro-start--> "
45
42
end="<!-- intro-end--> "
46
43
%}
47
44
48
- ## Examples
49
-
45
+ <!-- Examples -->
50
46
{%
51
47
include-markdown "./examples/index.md"
52
48
start="<!-- intro-start--> "
53
49
end="<!-- intro-end--> "
54
50
%}
55
51
56
- ## Plugins
57
-
52
+ <!-- Plugins -->
58
53
{%
59
54
include-markdown "./plugins/index.md"
60
55
start="<!-- intro-start--> "
You can’t perform that action at this time.
0 commit comments