Coversion of Webpage to email format
John MacFarlane
fiddlosopher at gmail.com
Thu Feb 23 14:38:29 EST 2012
+++ Thomas Leitner [Feb 23 12 17:45 ]:
> On 2012-02-23 04:28 -0700 Sherwood Botsford wrote:
> > Strictly speaking yes, it's off topic. Most of the good lists I'm on
> > wander a bit. So, to bring it back on topic:
> >
> > http://milianw.de/projects/markdownify/
> >
> > is a php script that tries to go from HTML to markdown. Not perfect.
>
> [kramdown](http://kramdown.rubyforge.org) can convert from HTML to
> kramdown's own Markdown-superset. This is tested and should give decent
> results.
pandoc -f html -t markdown also works well.
More information about the Markdown-Discuss
mailing list