File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,9 @@ $ html2md -i https://github.com/suntong/html2md | head -3
3838The 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
Original file line number Diff line number Diff line change @@ -103,7 +103,9 @@ $ html2md -i https://github.com/suntong/html2md | head -3
103103The 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
You can’t perform that action at this time.
0 commit comments