SwiftHTMLToMarkdown
SwiftHTMLToMarkdown copied to clipboard
A simple Swift package that converts HTML into Markdown
The `` and `` tags are still quite common. This PR adds support for them to the BasicHTML parser.
- Add image tags support - Add DIV tags support (will be tricked as general paragraph) - Fix a problem with the lack of `\n\n` before the headline so that...
Was missing this for my own implementation. Maybe handy for someone else. I've updated the tests to use Swift Testing.
markdwon -> markdown