JohannesKaufmann / html-to-markdown

⚙️ Convert HTML to Markdown. Even works with entire websites and can be extended through rules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proper spaces missing

suntong opened this issue · comments

Check out the outputs from #21 & #22:

Only ~blue ones~~left~

[go](/topics/go "Topic: go")[golang](/topics/golang "Topic: golang")[html](/topics/html "Topic: html")[html-to-markdown](/topics/html-to-markdown "Topic: html-to-markdown")[markdown](/topics/markdown "Topic: markdown")

I think proper spaces are missing between items (between "ones" and "left", and between all the tags)

@suntong this should now be fixed in the latest version.

Make sure to update the library by running:

go get -u github.com/JohannesKaufmann/html-to-markdown

If you encounter any other bugs, feel free to open a new issue...