markdown-to-html:Markdown到HTML转换器

时间:2021-05-27 22:11:16
【文件属性】:
文件名称:markdown-to-html:Markdown到HTML转换器
文件大小:41KB
文件格式:ZIP
更新时间:2021-05-27 22:11:16
Python Markdown到HTML转换器 这是从Markdown到HTML的转换器,具有对Markdown表和GFM语法突出显示的高级支持。 该软件包依靠markdown2将基本的Markdown转换为HTML和pygments以支持将代码转换为HTML以进行语法高亮显示。 此程序包的默认主题(且当前唯一)是Monokai。 您可以在找到从此程序包生成的网站示例。 安装 转换器是使用pip安装的: pip install md2html 用法 该程序包可从命令行运行的可执行文件: md2html ... 这是此软件包的帮助条目: usage: md2html [-h] [-s SITE] [-n NAV] ... convert Markdown to HTML positional arguments: files files to be co
【文件预览】:
markdown-to-html-master
----.gitignore(64B)
----README.md(3KB)
----bin()
--------md2html(851B)
----test()
--------test.md(492B)
--------test_output.html(9KB)
--------usage_output.html(12KB)
--------__init__.py(0B)
--------usage.md(3KB)
--------meta.yml(500B)
--------test_package.py(3KB)
----docs()
--------license.md(1KB)
--------license.html(9KB)
--------docs-template.md(25B)
--------index.md(956B)
--------usage.html(11KB)
--------docs.html(11KB)
--------usage.md(2KB)
--------docs-template.html(8KB)
--------index.html(9KB)
--------meta.yml(246B)
--------docs.md(2KB)
----LICENSE(1KB)
----.gitattributes(33B)
----md2html()
--------syntax_highlighting.py(1KB)
--------meta.py(2KB)
--------converter_html.py(4KB)
--------__init__.py(4KB)
--------pygments_style.py(1KB)
----CNAME(22B)
----requirements.txt(33B)
----setup.py(641B)
----.travis.yml(239B)

网友评论