RSSAmplifier

Divested Computing: Primary · Jun 20, 2025

Blog: Converting HTML to Markdown

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

I needed to do this earlier and pulled pandoc out, except the output was not great. Turns out you need to specify markdown_strict instead. If you have tables you may also want to to append +pipe_tables to the output format. pandoc --wrap=none --from html --to markdown_strict page.html --output page.md

Read on divested.dev

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.