Skip to content

Commit 1d76701

Browse files
committed
Prepare 0.0.10
1 parent 8c9a294 commit 1d76701

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,10 @@
4646
+ Gist
4747
+ Speakerdeck
4848
+ PDF
49-
+ Figma
49+
+ Figma
50+
+ `v0.0.10`
51+
+ Support `specify your name` in a blockquote
52+
+ Support `specify time` in a blockquote
53+
+ Support color to vary the blockquoutes
54+
+ Support render CSV as table
55+
+ Support PlantUML

lib/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import commander from 'commander'
33
import path from 'path'
44
import { Convert } from './converter'
55

6-
commander.program.version('0.0.9', '-v, --version', 'output the current version')
6+
commander.program.version('0.0.10', '-v, --version', 'output the current version')
77
commander.program
88
.requiredOption('-s, --source <files_or_dirs...>', 'specify the input markdown files or directories')
99
.addOption(new commander.Option('-d, --destination <path>', 'specify the output directory').default('./output', './output'))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hackmd-to-html-cli",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "A node.js CLI tool for converting HackMD markdown to HTML.",
55
"keywords": [
66
"hackmd",

0 commit comments

Comments
 (0)