html-to-markdown
html-to-markdown copied to clipboard
More Tests
- [x] Test
ConvertX
methods - [x] Test the outside api
- [ ] Test more plugins (e.g. Table)
- [ ] Test Edge Cases (for example from turndown)
- [ ] Test escape
- [x] Add Test Coverage Badge
I should really add tests for the plugins. Right now I don't have any real-world cases of converting tables for example (see #8).
Unfortunately, I can't add the test cases to from_test.go
and import from the plugin
packages as that would be a circular dependency 🤷♂️