文件名称:django-markup:将文本标记转换为html。 Markdown,rST,纺织品等
文件大小:44KB
文件格式:ZIP
更新时间:2024-06-12 22:09:40
Python
:open_book: 有关完整文档 django-markup 此应用是提供将文本转换为html的过滤器的通用方法。 快速开始 从python软件包索引(pypi)下载并安装该软件包: $ pip install django-markup 请注意,django-markup附带了一些可供使用的过滤器,但是更复杂的软件包(例如Markdown或ReStructuredText)不是代码的一部分。 请参考文档,其中哪些软件包用于内置过滤器。 一种替代方法是立即安装具有所有过滤器相关性的django-markup。 这样做: $ pip install django-markup[all_filter_dependencies] 然后将其添加到INSTALLED_APPS列表中: INSTALLED_APPS = ( ... 'django_markup', ) 在模板中使用它: {
【文件预览】:
django-markup-master
----MANIFEST.in(266B)
----README.rst(2KB)
----.github()
--------workflows()
----.python-version(18B)
----CHANGELOG.rst(2KB)
----Pipfile.lock(16KB)
----tox.ini(703B)
----LICENSE(1KB)
----setup.cfg(2KB)
----setup.py(59B)
----Pipfile(602B)
----django_markup()
--------defaults.py(1KB)
--------filter()
--------__init__.py(0B)
--------markup.py(4KB)
--------templatetags()
--------fields.py(1KB)
--------tests()
----docs()
--------filter_settings.rst(1KB)
--------formatter.rst(3KB)
--------conf.py(6KB)
--------installation.rst(773B)
--------bundled_filter()
--------configuration.rst(384B)
--------index.rst(1KB)
--------usage_python.rst(107B)
--------usage_models.rst(759B)
--------usage_templates.rst(1KB)
--------filter.rst(1KB)
--------_static()
----.gitignore(35B)