Py学习  »  Python

是否有python库允许从标记转换为html(包括列表)?[闭门]

TheInfiniteWin2 • 3 年前 • 1424 次点击  

是否有python库允许从标记转换为html(包括列表)?

我试过使用两个库:markdown和markdown2 这两个库都接受以下输入: enter image description here

###Stepped
The translation will pause if:
- There are no translations for this word
- There are multiple translations for this word

And will ask you how to continue

并将其转换为: enter image description here

<h3>Stepped</h3>

<p>The translation will pause if:
- There are no translations for this word
- There are multiple translations for this word</p>

<p>And will ask you how to continue</p>

我正在寻找类似的功能 https://markdowntohtml.com/

Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/129857
 
1424 次点击  
文章 [ 1 ]  |  最新文章 3 年前