Y
Hacker News
new
|
ask
|
show
|
jobs
by
goodgood
3346 days ago
Pandoc can do this:
cat tea-dance.html | pandoc --from=html --to=markdown | pandoc --from=markdown --to=html
I learned that from vimcasts.org:
http://vimcasts.org/episodes/using-external-filter-commands-...