Releases: neutronX/django-markdownx
Releases · neutronX/django-markdownx
v1.6
Added names to URL patterns
- url(r'^upload/$', ImageUploadView.as_view(), name='markdownx_upload'),
- url(r'^markdownify/$', MarkdownifyView.as_view(), name='markdownx_markdownify'),
Patch
Minor changes + bug fix
Fixed:
- Fixed the bug that caused non-SVG files being screened for JavaScript.
Other:
- Minor clean ups.
- Added documentations for developers' environment.
- Updated module documentations.
- Made
dev.py -no-container
anddev.py -c
compatible with Python 2.
Version 2.0
New:
- Django 1.11 support
- Documentations
- Developers' environment
- Support for
ctrl/cmd + ]
andctrl/cmd + [
for indentations (line and block). - Support for
Tab
andShift + Tab
(line, selection, and block).
Improved:
- Pure JavaScript front-end without external dependencies.
- Additional settings for added flexibility.