Displaying 2 results from an estimated 2 matches for "html2markdown".
2007 Jan 09
1
Pandoc 0.3
...ot;smart" quotes, dashes, and ellipses.
- Support for document metadata (title, author, date).
- Support for inline LaTeX math and ASCIIMathML.
- Support for inline LaTeX commands.
- Compatibility mode to turn off syntax entensions and emulate
Markdown.pl.
- Convenient wrapper scripts:
+ html2markdown makes it easy to produce a markdown version
of any web page.
+ markdown2pdf converts markdown to PDF in one step.
+ hsmarkdown is a drop-in replacement for Markdown.pl.
- Multi-platform: runs on Windows, MacOS X, Linux, Unix.
Binary packages are available for Windows and OS X.
Web...
2007 Mar 22
4
converting html with \xa9 to Markdown and using iconv?
The html document various characters like
? \xa0
? \xa9 (Copyright symbol)
(and others).
I tried using html2text.py but it didn't like these characters.
Any ideas on how I can use iconv or another tool to convert documents like
this so I can then convert to Markdown?
I don't want to do manually as I have around 500+ documents.
Jeremy C. Reed