Skip to content

Releases: agusmakmun/django-markdown-editor

v1.5.7

29 Oct 13:15
Compare
Choose a tag to compare
  • fixed bug search user.
  • fixed bug toolbar buttons doens't hide after tab preview clicked.
  • update z-index of icon.expand-editor.

v1.5.6

16 Sep 05:33
d592605
Compare
Choose a tag to compare
  • update demo & update css form martor-preview to div.martor-preview
  • update css div.enable-living .martor-preview
  • fixed issue #134, use .min files, update translation, update includes semantic template.
  • added creadit, change README.rst to README.md
  • added sponsor

v1.5.5

15 Sep 23:56
Compare
Choose a tag to compare
  • fixed bug enable-living

v1.5.4

15 Sep 23:30
Compare
Choose a tag to compare
  • update readme docs Template Renderer & Editor Form
  • upgrade martor_demo to Django 3.1
  • update translation

v1.5.3

15 Sep 16:22
Compare
Choose a tag to compare
  • clean up

v1.5.2

15 Sep 16:04
baa4c93
Compare
Choose a tag to compare
  • Supported multiple themes: bootstrap & semantic (related issue #11)
# Choices are: "semantic", "bootstrap"
MARTOR_THEME = 'bootstrap'

v1.5.1

14 Aug 07:16
Compare
Choose a tag to compare
  • Enable/Disable Option for packaged semantic version #131
  • add config to mdx_video extension to use youtube-nocookie.com for iframe #126
  • Fix headings style in preview on admin page #129
  • fixed issue #130 (add new EscapeHtml extension to handle the XSS vulnerabilities

v1.5.0

16 Jul 04:11
Compare
Choose a tag to compare
  • Added config MARTOR_TOOLBAR_BUTTONS in settings.py to custom the toolbar buttons (fixed #124)

v1.4.9

30 May 11:07
Compare
Choose a tag to compare
  • Use https links in editor #118

v1.4.8

18 Mar 03:16
Compare
Choose a tag to compare
  • Fixed #114 (Syntax highlighting in admin not working)