文件名称:markdown-checklist:带有复选框的任务列表的Python Markdown扩展
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-03 19:21:56
Python
一个扩展,用于带有复选框的任务列表 受启发: * [ ] foo * [x] bar * [ ] baz 变成
- <input type="checkbox" disabled> foo
- <input type="checkbox" disabled checked> bar
- <input type="checkbox" disabled> baz
【文件预览】:
markdown-checklist-master
----MANIFEST.in(99B)
----.travis.yml(366B)
----test()
--------test_customization.py(1KB)
--------__init__.py(0B)
--------test_main.py(2KB)
----LICENSE(1KB)
----README(2KB)
----markdown_checklist()
--------__init__.py(2KB)
--------checklists.js(2KB)
--------extension.py(2KB)
----setup.py(1KB)
----.gitignore(6B)
----Makefile(2KB)
----README.md(6B)
----.editorconfig(267B)