File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# hackmd-to-html-cli
2
2
3
- [ ![ NPM version] ( https://img.shields.io/npm/v/hackmd-to-html-cli.svg?logo=npm&style=flat-square )] ( https://www.npmjs.org/package/hackmd-to-html-cli ) ![ ] ( https://img.shields.io/github/license/liao2000 /hackmd-to-html-cli?color=yellow&style=flat-square ) ![ ] ( https://img.shields.io/github/workflow/status/liao2000 /hackmd-to-html-cli/CI?style=flat-square ) ![ ] ( https://img.shields.io/npm/dt/hackmd-to-html-cli?color=blue&style=flat-square )
3
+ [ ![ NPM version] ( https://img.shields.io/npm/v/hackmd-to-html-cli.svg?logo=npm&style=flat-square )] ( https://www.npmjs.org/package/hackmd-to-html-cli ) ![ ] ( https://img.shields.io/github/license/ksw2000 /hackmd-to-html-cli?color=yellow&style=flat-square ) ![ ] ( https://img.shields.io/github/workflow/status/ksw2000 /hackmd-to-html-cli/CI?style=flat-square ) ![ ] ( https://img.shields.io/npm/dt/hackmd-to-html-cli?color=blue&style=flat-square )
4
4
5
5
6
6
A simple Node.js wrapper for ` markdown-it ` . This tool helps to convert HackMD markdown files to HTML files.
@@ -11,9 +11,9 @@ A simple Node.js wrapper for `markdown-it`. This tool helps to convert HackMD ma
11
11
npm install -g hackmd-to-html-cli
12
12
```
13
13
14
- Input: [ ./example/index.md] ( https://raw.githubusercontent.com/liao2000 /hackmd-to-html-cli/main/example/index.md )
14
+ Input: [ ./example/index.md] ( https://raw.githubusercontent.com/ksw2000 /hackmd-to-html-cli/main/example/index.md )
15
15
16
- Output: [ https://liao2000 .github.io/hackmd-to-html-cli/ ] ( https://liao2000 .github.io/hackmd-to-html-cli/ )
16
+ Output: [ https://ksw2000 .github.io/hackmd-to-html-cli/ ] ( https://ksw2000 .github.io/hackmd-to-html-cli/ )
17
17
18
18
## Usage
19
19
Original file line number Diff line number Diff line change 9
9
" cli" ,
10
10
" converter"
11
11
],
12
- "homepage" : " https://github.com/liao2000 /hackmd-to-html-cli.git" ,
12
+ "homepage" : " https://github.com/ksw2000 /hackmd-to-html-cli.git" ,
13
13
"repository" : {
14
14
"type" : " git" ,
15
- "url" : " https://github.com/liao2000 /hackmd-to-html-cli.git"
15
+ "url" : " https://github.com/ksw2000 /hackmd-to-html-cli.git"
16
16
},
17
17
"bin" : {
18
18
"hmd2html" : " dist/index.js"
You can’t perform that action at this time.
0 commit comments