django-markdown-editor icon indicating copy to clipboard operation
django-markdown-editor copied to clipboard

Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI

Results 70 django-markdown-editor issues
Sort by recently updated
recently updated
newest added

When loading martor in the admin, it loads CSS rules which overrides many admin styles. For example, when using bootstrap theme, it causes collapsible fieldsets to be completely hidden: ```css...

Created a Dockerfile that builds container with a running demo server.

When selecting preview tab in admin, it says "Nothing to preview". The console output shows the following:: WARNING django.security.csrf: Forbidden (CSRF token missing or incorrect.): /martor/markdownify/ - Django version: 2.2.12...

The bug reported here https://github.com/agusmakmun/django-markdown-editor/issues/173 can be extended to an href content with small syntax changes. ### Steps to reproduce 1. editor insert: [testlinkxss](\" onmouseover=alert(document.domain) l) 2. preview will result...

# Is there a suggested way to embed HTML in Markdown Something like that, but only parse specific tag is better. For example input: ``` Hello World Hello World ```...

## Details - OS (Operating System) version: Debian Bullseye - Browser and browser version: Chrome 100 - Django version: 3.2 - Martor version & theme: 1.6.13 ### Steps to reproduce...

Hi, I found another XSS which is different from the javascript: one. `![\" onerror=alert(1) ](x)` and it results in this html: `

help wanted

I have been trying to change the ace theme, but it is not working. Moreover, when i tried to remove the github-theme script, unfortunately, the ace editor is still the...

The newer version of Django where the admin supports auto dark mode, it looks quite bad when dark mode is initiated on admin pages that have martor fields. It looks...

Hi, I want to add self defining button on toolbar. Is it supported?

enhancement