aboutsummaryrefslogtreecommitdiff
path: root/README.e.md
diff options
context:
space:
mode:
authorTong Sun <[email protected]>2023-06-15 17:55:47 -0400
committerTong Sun <[email protected]>2023-06-15 17:55:47 -0400
commitec1b5c2d11c93a5f478a27055b02620a5fb29c33 (patch)
tree78a1b2b1feea186f7f295e7c67386a483cc96c75 /README.e.md
parentMerge pull request #17 from suntong/all-contributors/add-ImportTaste (diff)
downloadhtml2md-1.1.1.tar.xz
html2md-1.1.1.zip
- [#] update READMEv1.1.2v1.1.1
Diffstat (limited to 'README.e.md')
-rw-r--r--README.e.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.e.md b/README.e.md
index 7e3a7da..1a830c9 100644
--- a/README.e.md
+++ b/README.e.md
@@ -15,7 +15,7 @@
The `{{.Name}}` makes use of `github.com/JohannesKaufmann/html-to-markdown`
to convert HTML into Markdown, which is using an [HTML Parser](https://github.com/PuerkitoBio/goquery) to avoid the use of `regexp` as much as possible, which can prevent some [weird cases](https://stackoverflow.com/a/1732454) and allows it to be used for cases where the input is totally unknown.
-![gopher stading on top of a machine that converts a box of html to blocks of markdown](https://github.com/JohannesKaufmann/html-to-markdown/raw/master/logo.png)
+![html-to-markdown logo](https://github.com/JohannesKaufmann/html-to-markdown/raw/master/logo_five_years.png)
## Usage