django-markdown-deux
django-markdown-deux copied to clipboard
comments
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 way to comment them out like
[//]: # ({% load markdown_deux_tags %})
so that Github won't display it but they will still function as template tags