django_markdown icon indicating copy to clipboard operation
django_markdown copied to clipboard

Django markdown support and wysiwig

Results 46 django_markdown issues
Sort by recently updated
recently updated
newest added

when I try to use django_markdown with the latest version of Django it started breaking so thought myself to fix this. Please let me know if any change needs to...

When I try to preview my markdown I got an error 500 with this response. `Environment: Request Method: GET Request URL: http://localhost:8000/markdown/preview/ Django Version: 1.8.4 Python Version: 3.4.3 Installed Applications:...

is there a way to localize the markdown pages?

Making a change in the utils.py from django.core.resolvers import reverse is depreciated. The new one is from django.urls import reverse

I am getting the following warning on django 1.10 ``` /home/jza/.virtualenvs/ardorforum/local/lib/python2.7/site-packages/django_markdown/urls.py:8: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of...

We put three markdown fields on the same page, but only the first one get rendered. Does django_markdown support multiple fields? Thanks

from django.conf.urls import patterns, url app_1 | ImportError: cannot import name patterns i'm using django **1.11**

Hello there, Django 2.0 has just been released and the `django.core.urlresolvers` submodule has been replaced by `django.urls`. This is a breaking change and we were warned about it since Django...

Well, this is not an issue, it is a request. Should be possible add the count of words once rendered and show the total above or in the bottom of...