html-to-markdown
html-to-markdown copied to clipboard
⚙️ Convert HTML to Markdown. Even works with entire websites and can be extended through rules.
**Describe the bug** MathJax is a JavaScript library allowing to add "custom tags" such as `$...$` to HTML which will then be turned into e.g., MathML or whatever the browser...
## Describe the bug I see a couple issues with nested lists. One issue is that there are extra line breaks between list items in nested lists. When I render...
Hello, I'm using your library for a markdown generation tool for static site generators. The Rule interface is just perfect! The use of escape for #text elements mostly seem like...
- [x] Test `ConvertX` methods - [x] Test the outside api - [ ] Test more plugins (e.g. Table) - [ ] Test Edge Cases (for example from turndown) -...
This should be documented. Is it safe to use by multiple goroutines? Am I expected to use one single instance of `Converter` with same configuration across my app, or to...
**Describe the bug** In my testing I've found that the HTML tag `` gets turned into two new lines (`\n\n`); Example: ```#!sh (⎈ |local:default) prologic@Jamess-iMac Mon Aug 02 11:37:55 ~/tmp/html2md...
if a markdown character is already escaped `\* item` it is escaped a second time `\\* item` wanted: stay with `\* item`
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.4.14 to 1.5.2. Commits c71a97b Fixed bug related newline code ae42b91 Fix bug that escaped space not working with Linkfy extension 1dd67d5 Add CJK extension 95efaa1 Merge...
People are using the library for different use cases. Some are using it for better readability of websites, others for migrating content. Knowing the use cases helps to prioritize features...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.22.0. Commits 7ee34a0 go.mod: update golang.org/x dependencies c289c7a websocket: re-add documentation for DialConfig 9fb4a8c http2: send an error of FLOW_CONTROL_ERROR when exceed the maximum octets...