Python : How to convert markdown formatted text to text

后端 未结 4 1363
迷失自我
迷失自我 2020-12-23 09:23

I need to convert markdown text to plain text format to display summary in my website. I want the code in python.

4条回答
  •  误落风尘
    2020-12-23 10:23

    Commented and removed it because I finally think I see the rub here: It may be easier to convert your markdown text to HTML and remove HTML from the text. I'm not aware of anything to remove markdown from text effectively but there are many HTML to plain text solutions.

提交回复
热议问题