Opened 12 years ago

Closed 12 years ago

#18195 closed New feature (wontfix)

Add support for sundown/misaka for parsing markdown

Reported by: Paul McMillan Owned by: nobody
Component: contrib.markup Version:
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Django's existing markdown support library doesn't enable a lot of choice. We should consider adding support for the sundown parser with the Misaka python bindings. It's fast, and has a really strong focus on security.

https://github.com/tanoku/sundown

https://github.com/FSX/misaka

Change History (2)

comment:1 by Claude Paroz, 12 years ago

Considering #18054, I don't think we want to include new markup syntax now. But +1 of course to include these in a future external django-markup application!

comment:2 by Paul McMillan, 12 years ago

Resolution: wontfix
Status: newclosed

Ah, I hadn't seen #18054. I'm strongly in favor of removing markup entirely, so closing this ticket happily!

Note: See TracTickets for help on using tickets.
Back to Top