@@ -28,37 +28,6 @@ Options:
2828 Set server listen address.
2929 (Config option: bind, default: 0.0.0.0)
3030
31- --no-auto-h1
32- By default, if a markdown document does not start with an H1 caption,
33- it will be added automatically based on the file name. To disable this
34- behavior, use --no-auto-h1.
35- (Config option: auto_h1)
36-
37- --no-syntax
38- Disable code syntax highlighting.
39- (Config option: highlighter)
40-
41- --no-line-numbers
42- Disable line numbering for syntax highlighter.
43- (Config option: line_numbers)
44-
45- --no-copy-code
46- Disable copy to cliboard icon for code snippets.
47- (Config option: copy_code)
48-
49- --no-sidebar
50- Disable sidebar navigation.
51- (Config option: sidebar)
52-
53- --no-auto-nav
54- Disable automatic generation of footer navigation for folder README
55- files.
56- (Config option: auto_nav)
57-
58- --shortlinks
59- Enable support for [[Short Links]].
60- (Config option: shortlinks)
61-
6231 --theme FOLDER
6332 Use a custom theme. FOLDER is either absolute or relative to the main
6433 documentation path.
@@ -86,13 +55,10 @@ Options:
8655Examples:
8756 madness
8857 madness docs
89- madness docs --no-auto-h1 - p 4567
58+ madness docs -p 4567
9059 madness docs --open
91- madness --no-sidebar --no-auto-nav
9260 madness --toc "Table of Contents.md" --and-quit
9361 madness --auth user:secret --port 4000
9462 madness --theme _mytheme
9563 madness create config
9664 madness create theme
97-
98-
0 commit comments