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 3030 + Support Abc
3131 + Support spoiler
3232 + 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:
2727 -s, --source < files_or_dirs...> specify the input markdown files or directories
2828 -d, --destination < path> specify the output directory (default: ./output)
2929 -l, --layout < html_file> specify the layout file (default: " " )
30+ -b, --hardBreak use hard break instead of soft break
3031 -h, --help display help for command
3132```
3233
@@ -94,7 +95,6 @@ $ hmd2html -s hello.md -l ./myLayout.html
9495## TODO
9596
9697+ Provide more templates & styles
97- + Automatically generate HTML ` <title> `
9898+ Support more HackMD [ syntax] ( https://hackmd.io/features-tw?both )
9999 + specifiy your name, time and color to vary the blockquotes.
100100 + YAML Metadata
You can’t perform that action at this time.
0 commit comments