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

A django app that provides Markdown-related template tags using the python-markdown2 library.

Results 29 django-markdown-deux issues
Sort by recently updated
recently updated
newest added

Hey, i'm currently using django-markdown-deux with Python 3.5 without any problems. Should there be an `Programming Language :: Python :: 3` indicator in the `setup.py` so that people won't assume...

So...I want to allow people to do cuddled lists. So, I'm like, cool, I'll turn on the cuddled-lists extra. And to do that, I set the value to...`None`. Could we...

This way avoids repetition so if people move the URL, things won't go sideways.

You have `some text`.

I am templates that are entirely markdown. I don't mind adding the template tags but I don't want them displayed in 3rd party markdown renderers, so I would like some...

Hi, sections inside the markdown block apparently interrupt the markdown: {% markdown %} ## Markdown works ## No Markdown rendering :( {% endmarkdown %} Is it meant like that? Can...

In case somebody else will be looking for this, Django 4.0 is not supported at the moment: ``` django.template.library.InvalidTemplateLibrary: Invalid template library specified. ImportError raised when trying to load 'markdown_deux.templatetags.markdown_deux_tags':...

Hi Everyone, What are people using as alternatives to this great (but now unmaintained) package? Googling around I can't find anyone else filling this niche of markdown within django templates....