html2markdown
html2markdown copied to clipboard
Conservatively convert html to markdown
Changes the representation of `` to **fenced code blocks** instead of indented code blocks in Markdown. Fenced code blocks allow for user-friendly addition of _language syntax_, e.g.: ```python print("hello") ```...
Markdown that uses **backticks** to indicate code blocks instead of indentation has the advantage that it is very easy to add language-identifier information to it, e.g.: ```python print("hello") ``` Is...
Hi, First 'pull-request' in quite a long, not sure how this works. Basically suggesting a non-recursive way of markdownifying an html table with plain output in each cell. For my...
This is great. Are reference-style links on the roadmap? Inline works great for bulk conversions, this would be more of a nice-to-have thing.
Received this from an Apple mail client writing emojis in HTML mails. I know, I know… but the tool could handle this better. ``` % echo "��" | html2markdown -...