Skip to content

Commit f2fa6ac

Browse files
authored
Add "Using it on the command line" section, closes #21 (#24)
* Update README.md
1 parent acc51e6 commit f2fa6ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ If you are already using [goquery](https://github.com/PuerkitoBio/goquery) you c
3737
markdown, err := converter.Convert(selec)
3838
```
3939

40+
### Using it on the command line
41+
42+
If you want to make use of `html-to-markdown` on the command line without any Go coding, check out [`html2md`](https://github.com/suntong/html2md#usage), a cli wrapper for `html-to-markdown` that has all the following options and plugins builtin.
43+
44+
4045
## Options
4146

4247
The third parameter to `md.NewConverter` is `*md.Options`.

0 commit comments

Comments
 (0)