- Регистрация
- 08.10.2023
- Сообщения
- 142
- Благодарностей
- 38
- Баллы
- 28
Hi Zenno Friends,
What are the most efficient methods for converting entire HTML documents to Markdown?
Context:
I'm working on automating the conversion of HTML content to Markdown. The goal is to preserve formatting such as headings, lists, bold, and italic text when converting to Markdown.
I guess by C#?
( i don't want to do 10 bloc of regex with search and remplace)
The goal is to post this content on some other website to do Parasite SEO where markdown is the only syntax accepted ( and not html)
Thank you in advance for your assistance!
What are the most efficient methods for converting entire HTML documents to Markdown?
Context:
I'm working on automating the conversion of HTML content to Markdown. The goal is to preserve formatting such as headings, lists, bold, and italic text when converting to Markdown.
I guess by C#?
( i don't want to do 10 bloc of regex with search and remplace)
The goal is to post this content on some other website to do Parasite SEO where markdown is the only syntax accepted ( and not html)
Thank you in advance for your assistance!