File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ optional arguments:
31
31
Specify alternate bind address [default: all interfaces]
32
32
--directory DIRECTORY, -d DIRECTORY
33
33
Specify alternative directory [default:current directory]
34
- --css_file CSS_FILE css-file-path; its content will be written to the <style> element
34
+ --css_file CSS_FILE css-file-path whose content will be written to the <style> element. Can be "none"; do not
35
+ use any css
35
36
--live_md_rr LIVE_MD_RR, -l LIVE_MD_RR
36
37
Continuous refresh rate of MD page, in ms. Respects cache
37
38
```
@@ -52,6 +53,7 @@ optional arguments:
52
53
--encode_local_images, -e
53
54
in HTML, embed base64-encoded data of local images linked to in your markdown; remove
54
55
dependency on presence of external local images
55
- --css_file CSS_FILE css-file-path; its content will be written to the <style> element
56
+ --css_file CSS_FILE css-file-path whose content will be written to the <style> element. Can be "none"; do not
57
+ use any css
56
58
```
57
59
![ ] ( < ./scrot.png > )
You can’t perform that action at this time.
0 commit comments