• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

django_markdownx.egg-info/H03-May-2022-8471

markdownx/H28-Dec-2019-1,5301,175

LICENSEH A D04-May-20171.5 KiB2622

MANIFEST.inH A D04-May-2017210 87

PKG-INFOH A D28-Dec-20193.8 KiB8471

README.rstH A D26-Dec-20191.9 KiB4937

setup.cfgH A D28-Dec-201967 85

setup.pyH A D26-Dec-20193.8 KiB135103

README.rst

1================
2Django MarkdownX
3================
4
5|PyPi_Version| |PyPi_Status| |Build_Status| |Format| |Supported_versions_of_Python| |Supported_versions_of_Django| |License|
6
7Django MarkdownX is a comprehensive Markdown_ plugin built for Django_, the renowned high-level Python web framework, with flexibility, extensibility, and ease-of-use at its core.
8
9Documentation
10=============
11https://neutronx.github.io/django-markdownx/
12
13
14Key features
15============
16
17* Raw editing.
18* Live preview.
19* Drag & drop image uploads (automatically stored in the designated location in the *Media* directory).
20* Customizable image insertion tag.
21* Definition of maximum size for an image.
22* Definition of acceptable image formats (PNG, JPEG, SVG).
23* Image manipulations (compression, size reduction, cropping, upscaling).
24* Pre- and post- text modification.
25* Easy template customization, layout modification, and personalization.
26* Multiple editors per page.
27* Django Admin support.
28
29Preview
30=======
31
32.. image:: https://github.com/neutronX/django-markdownx/raw/master/django-markdownx-preview.gif?raw=true
33   :target: https://github.com/neutronX/django-markdownx
34   :align: center
35   :alt: django-markdownx preview
36
37*(using Bootstrap for layout and styling – not included in package)*
38
39.. _Markdown: https://en.wikipedia.org/wiki/Markdown
40.. _Django: https://www.djangoproject.com
41
42.. |PyPi_Version| image:: https://img.shields.io/pypi/v/django-markdownx.svg
43.. |PyPi_Status| image:: https://img.shields.io/pypi/status/django-markdownx.svg
44.. |Build_Status| image:: https://img.shields.io/travis/neutronX/django-markdownx.svg
45.. |Format| image:: https://img.shields.io/pypi/format/django-markdownx.svg
46.. |Supported_versions_of_Python| image:: https://img.shields.io/pypi/pyversions/django-markdownx.svg
47.. |Supported_versions_of_Django| image:: https://img.shields.io/badge/Django-2.0,%202.1,%202.2,%203.0-green.svg
48.. |License| image:: https://img.shields.io/pypi/l/django-markdownx.svg
49