Skip to content

Commit 558da6d

Browse files
committed
- [#] update README
1 parent c7824a2 commit 558da6d

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.e.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ $ html2md -i https://github.com/suntong/html2md | head -3
3838
The most useful feature is to use and pass a [goquery](https://github.com/PuerkitoBio/goquery) selection to filter for the content you want.
3939

4040
```md
41-
$ {{.Name}} -i https://github.com/JohannesKaufmann/html-to-markdown -s "div.BorderGrid-row.hide-sm.hide-md > div"
41+
$ {{.Name}} -i https://github.com/JohannesKaufmann/html-to-markdown -s "div.my-3"
42+
[go](http://github.com/topics/go "Topic: go") [html](http://github.com/topics/html "Topic: html") [markdown](http://github.com/topics/markdown "Topic: markdown") [golang](http://github.com/topics/golang "Topic: golang") [converter](http://github.com/topics/converter "Topic: converter") [html-to-markdown](http://github.com/topics/html-to-markdown "Topic: html-to-markdown") [goquery](http://github.com/topics/goquery "Topic: goquery")
43+
4244
```
4345

4446

@@ -59,7 +61,7 @@ $ echo '<ul><li><input type=checkbox checked>Checked!</li><li><input type=checkb
5961
- [ ] Check Me!
6062

6163
$ echo 'Only <del>blue ones</del> <s> left</s>' | html2md -i --plugin-strikethrough
62-
Only ~blue ones~ ~left~
64+
Only ~~blue ones~~ ~~left~~
6365
```
6466

6567
#### Testing the new table plugins

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ $ html2md -i https://github.com/suntong/html2md | head -3
103103
The most useful feature is to use and pass a [goquery](https://github.com/PuerkitoBio/goquery) selection to filter for the content you want.
104104

105105
```md
106-
$ html2md -i https://github.com/JohannesKaufmann/html-to-markdown -s "div.BorderGrid-row.hide-sm.hide-md > div"
106+
$ html2md -i https://github.com/JohannesKaufmann/html-to-markdown -s "div.my-3"
107+
[go](http://github.com/topics/go "Topic: go") [html](http://github.com/topics/html "Topic: html") [markdown](http://github.com/topics/markdown "Topic: markdown") [golang](http://github.com/topics/golang "Topic: golang") [converter](http://github.com/topics/converter "Topic: converter") [html-to-markdown](http://github.com/topics/html-to-markdown "Topic: html-to-markdown") [goquery](http://github.com/topics/goquery "Topic: goquery")
108+
107109
```
108110

109111

@@ -124,7 +126,7 @@ $ echo '<ul><li><input type=checkbox checked>Checked!</li><li><input type=checkb
124126
- [ ] Check Me!
125127

126128
$ echo 'Only <del>blue ones</del> <s> left</s>' | html2md -i --plugin-strikethrough
127-
Only ~blue ones~ ~left~
129+
Only ~~blue ones~~ ~~left~~
128130
```
129131

130132
#### Testing the new table plugins

0 commit comments

Comments
 (0)