django-markdown-deux
django-markdown-deux copied to clipboard
A django app that provides Markdown-related template tags using the python-markdown2 library.
Currently I'am Working On A Chat app and decided to have some md look in it. but i have an issue with this the markdown is working properly but the...
Given the last commit was 2 years ago and the issues have not been responded to since then, just wondering what the current state of this is?
I tried django 2.1 today as I saw that view permision's added, but found that error occurs when I tried to add a post. `TypeError: render() got an unexpected keyword...
Before I explain my issue, let me tell you some basics of my system: windows 10 python 3.6 django 1.9 I followed the documention of 'django-markdown-deux', from it, I learned...
Missing comma in example.
Suppose I have a database entry where I have the following "fenced code block" (triple back tick) some fenced code block another line (triple back tick) I also have the...
I'm trying to use styles with the markdown templatetag. I've setup settings.MARKDOWN_DEUX_STYLES to match the 3 styles in the README -- but regardless of which I call (trusted or recipe),...