File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 30
30
+ Support Abc
31
31
+ Support spoiler
32
32
+ Support -b to enable hard-break mode
33
- + Specify the start line number for code block
33
+ + Specify the start line number for code block
34
+ + Automatically generate ` <title> `
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ Options:
27
27
-s, --source < files_or_dirs...> specify the input markdown files or directories
28
28
-d, --destination < path> specify the output directory (default: ./output)
29
29
-l, --layout < html_file> specify the layout file (default: " " )
30
+ -b, --hardBreak use hard break instead of soft break
30
31
-h, --help display help for command
31
32
```
32
33
@@ -94,7 +95,6 @@ $ hmd2html -s hello.md -l ./myLayout.html
94
95
## TODO
95
96
96
97
+ Provide more templates & styles
97
- + Automatically generate HTML ` <title> `
98
98
+ Support more HackMD [ syntax] ( https://hackmd.io/features-tw?both )
99
99
+ specifiy your name, time and color to vary the blockquotes.
100
100
+ YAML Metadata
You can’t perform that action at this time.
0 commit comments