aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTong Sun <[email protected]>2023-05-03 13:19:47 -0400
committerTong Sun <[email protected]>2023-05-03 13:34:04 -0400
commit558da6da92618581856e290263a99ab481d0b896 (patch)
tree267ef7d6006dd0065f8998d1b70083e522c20334
parent- [#] update README (diff)
downloadhtml2md-558da6da92618581856e290263a99ab481d0b896.tar.xz
html2md-558da6da92618581856e290263a99ab481d0b896.zip
- [#] update README
-rw-r--r--README.e.md6
-rw-r--r--README.md6
2 files changed, 8 insertions, 4 deletions
diff --git a/README.e.md b/README.e.md
index d03d638..7e3a7da 100644
--- a/README.e.md
+++ b/README.e.md
@@ -38,7 +38,9 @@ $ html2md -i https://github.com/suntong/html2md | head -3
The most useful feature is to use and pass a [goquery](https://github.com/PuerkitoBio/goquery) selection to filter for the content you want.
```md
-$ {{.Name}} -i https://github.com/JohannesKaufmann/html-to-markdown -s "div.BorderGrid-row.hide-sm.hide-md > div"
+$ {{.Name}} -i https://github.com/JohannesKaufmann/html-to-markdown -s "div.my-3"
+[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")
+
```
@@ -59,7 +61,7 @@ $ echo '<ul><li><input type=checkbox checked>Checked!</li><li><input type=checkb
- [ ] Check Me!
$ echo 'Only <del>blue ones</del> <s> left</s>' | html2md -i --plugin-strikethrough
-Only ~blue ones~ ~left~
+Only ~~blue ones~~ ~~left~~
```
#### Testing the new table plugins
diff --git a/README.md b/README.md
index f880499..1e53550 100644
--- a/README.md
+++ b/README.md
@@ -103,7 +103,9 @@ $ html2md -i https://github.com/suntong/html2md | head -3
The most useful feature is to use and pass a [goquery](https://github.com/PuerkitoBio/goquery) selection to filter for the content you want.
```md
-$ html2md -i https://github.com/JohannesKaufmann/html-to-markdown -s "div.BorderGrid-row.hide-sm.hide-md > div"
+$ html2md -i https://github.com/JohannesKaufmann/html-to-markdown -s "div.my-3"
+[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")
+
```
@@ -124,7 +126,7 @@ $ echo '<ul><li><input type=checkbox checked>Checked!</li><li><input type=checkb
- [ ] Check Me!
$ echo 'Only <del>blue ones</del> <s> left</s>' | html2md -i --plugin-strikethrough
-Only ~blue ones~ ~left~
+Only ~~blue ones~~ ~~left~~
```
#### Testing the new table plugins