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

Add iframe support

Open reOiL opened this issue 5 years ago • 0 comments

Martor broke css style (not in admin). Does it possible to make iframe render, like django-summernote?

Code:

<form method="post" action="{% url 'index' %}">
    {% csrf_token %}
    {{ form.media }}
    {{ form|crispy }}
    <div class="form-group">
        <button class="btn btn-outline-success btn-block" type="submit">Post it</button>
    </div>
</form>

Without martor

Without martor

With martor

With martor

With martor without media

With martor without media

reOiL avatar Dec 12 '19 10:12 reOiL