LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   HTML to Markdown Converter? (https://www.linuxquestions.org/questions/linux-software-2/html-to-markdown-converter-4175603986/)

Xeratul 04-17-2017 01:04 AM

HTML to Markdown Converter?
 
Hello,

Would you eventually know a possible HTML -> Markdown converter?

There is here in java a way: https://github.com/pnikosis/jHTML2Md

In C or C++, would be ideal and portable to almost every systems.

But more would be welcome.
Thank you

notKlaatu 04-17-2017 01:48 AM

Pandoc at http://pandoc.org works really well. It's Haskell, though, not C or C++.

Xeratul 04-17-2017 02:54 AM

Quote:

Originally Posted by notKlaatu (Post 5697944)
Pandoc at http://pandoc.org works really well. It's Haskell, though, not C or C++.

The magic formula is the following:
Code:

pandoc --from html --to markdown doc.html -o doc.md
It works pretty well, except for encoding. §öäüèèéóńąćęęłłńóśźżż


All times are GMT -5. The time now is 11:28 PM.