Does anybody know is there any django app/lib which give secured Markdown or other markup language? Or there is no any way to give users to use Markdown in secured for my server way?
feedback
|
|
An also great solution that isn't mentionned in the link indicated in the comments, is the use of markdown2. If you like using markdown2 ;) And it has also a secure mode in order to avoid html/js/css execution, so it would fit your needs! :)
You can use :
| |||
|
feedback
|