社区所有版块导航
Python
python开源   Django   Python   DjangoApp   pycharm  
DATA
docker   Elasticsearch  
aigc
aigc   chatgpt  
WEB开发
linux   MongoDB   Redis   DATABASE   NGINX   其他Web框架   web工具   zookeeper   tornado   NoSql   Bootstrap   js   peewee   Git   bottle   IE   MQ   Jquery  
机器学习
机器学习算法  
Python88.com
反馈   公告   社区推广  
产品
短视频  
印度
印度  
Py学习  »  Python

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

TheInfiniteWin2 • 3 年前 • 1408 次点击  

是否有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
 
1408 次点击  
文章 [ 1 ]  |  最新文章 3 年前