Opened 13 years ago
Closed 13 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.
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
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.
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!