You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,11 @@ OPTIONS:
33
33
34
34
```json
35
35
{
36
-
"main_css":"default.css",
37
-
"code_css":"highlight.css",
38
-
"port": 0,
39
-
"quit": 9,
40
-
"rev": 33
36
+
"main_css":"default.css",
37
+
"code_css":"highlight.css",
38
+
"port": 0,
39
+
"recurse": 2,
40
+
"rev": 39
41
41
}
42
42
```
43
43
@@ -46,7 +46,7 @@ Options are:
46
46
***main_css**: name of the primary stylesheet
47
47
***code_css**: stylesheet for [syntax highlighting](https://highlightjs.org/)
48
48
***port**: HTTP port, 0 means auto select
49
-
***quit**: delay before quit the local server
49
+
***recurse**: level of sub-directories to search for markdown files (1~9, default 2)
50
50
***rev**: revision of **MDV** that generated this config file
51
51
52
52
Usually, there is no need to edit this config file, except that you may want to use a new stylesheet. Alternatively, you can also edit the `default.css` file directly to tweak display effects. Also, there is a `highlight.css` which is the stylesheet for [syntax highlighting](https://highlightjs.org/).
0 commit comments