diff --git a/README.e.md b/README.e.md index 1a830c9..d338390 100644 --- a/README.e.md +++ b/README.e.md @@ -12,7 +12,7 @@ ## {{.Name}} - HTML to Markdown converter -The `{{.Name}}` makes use of `github.com/JohannesKaufmann/html-to-markdown` +The `{{.Name}}` makes use of https://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. ![html-to-markdown logo](https://github.com/JohannesKaufmann/html-to-markdown/raw/master/logo_five_years.png) @@ -62,6 +62,11 @@ $ echo '
Lorem Ipsum:
' | ./html2md -i --plugin-youtube +Lorem Ipsum: + +[![YouTube video player](https://img.youtube.com/vi/PifPVQOFyZI/0.jpg)](https://www.youtube.com/watch?v=PifPVQOFyZI) ``` #### Testing the new table plugins diff --git a/README.md b/README.md index d4199ed..5679dd2 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ ## html2md - HTML to Markdown converter -The `html2md` makes use of `github.com/JohannesKaufmann/html-to-markdown` +The `html2md` makes use of https://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. ![html-to-markdown logo](https://github.com/JohannesKaufmann/html-to-markdown/raw/master/logo_five_years.png) @@ -46,7 +46,7 @@ to convert HTML into Markdown, which is using an [HTML Parser](https://github.co ### $ html2md ```sh HTML to Markdown -Version 1.1.1 built on 2023-06-15 +Version 1.5.0 built on 2024-02-10 Copyright (C) 2020-2023, Tong Sun HTML to Markdown converter on command line @@ -128,6 +128,11 @@ $ echo 'Lorem Ipsum:
' | ./html2md -i --plugin-youtube +Lorem Ipsum: + +[![YouTube video player](https://img.youtube.com/vi/PifPVQOFyZI/0.jpg)](https://www.youtube.com/watch?v=PifPVQOFyZI) ``` #### Testing the new table plugins