diff options
Diffstat (limited to 'README.e.md')
| -rw-r--r-- | README.e.md | 2 |
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. - + ## Usage |