文件名称:mdpy:简单的内部python特定于域的语言,用于生成降价文档
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-09 01:16:56
Python
mdpy mdpy是用于生成降价文档的简单内部python于。 例子 建立文件 # create markdown document doc = MdDocument ( 'mdpy' ) 标题 H5标头示例 这一项将不会添加到内容表中 # add H4 header to the document # note that this header will be automatically added to the document table of contents doc . emplace_heading ( 'H5 header example' , 5 ) # or you can explicitly specify if you want header to be added to the table of contents doc . emplace_he
【文件预览】:
mdpy-master
----.gitignore(702B)
----mdpy()
--------md_table.py(1KB)
--------md_document_content.py(1KB)
--------__init__.py(0B)
--------md_document.py(2KB)
--------md_heading.py(758B)
--------md_list.py(578B)
--------md_common.py(37B)
----readme.py(4KB)
----README.md(3KB)