Skip to content

Commit 2298554

Browse files
committed
Update README & CHANGELOG
1 parent 370a0e6 commit 2298554

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@
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>`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)