Opened 16 years ago

Closed 12 years ago

#6182 closed New feature (wontfix)

python-markdown2 support in markup

Reported by: John Downey <jdowney@…> Owned by: nobody
Component: contrib.markup Version: dev
Severity: Normal Keywords: markdown markup
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no

Description (last modified by Malcolm Tredinnick)

This is a patch to allow the usage of the python-markdown2 library in place of the original markdown library. They claim better performance but I just believe it should be an option.

Attachments (1)

markdown2.patch (1.0 KB ) - added by John Downey <jdowney@…> 16 years ago.
patch to allow use of python-markdown2 in place of python-markdown

Download all attachments as: .zip

Change History (9)

by John Downey <jdowney@…>, 16 years ago

Attachment: markdown2.patch added

patch to allow use of python-markdown2 in place of python-markdown

comment:1 by Simon Greenhill <dev@…>, 16 years ago

Triage Stage: UnreviewedDesign decision needed

comment:2 by Malcolm Tredinnick, 16 years ago

Description: modified (diff)
Patch needs improvement: set
Triage Stage: Design decision neededAccepted

For backwards compatibility purposes, it should probably behave exactly as it does now by default. That is, uses the markdown module if it is installed. There's no guarantee that markdown2 and markdown will produce exactly the same output in all cases (in fact, they don't).

Given how trivial it is to write a filter like this, it's not completely clear we need to include this, but it's not too harmful, providing it's the second option chosen.

comment:3 by Malcolm Tredinnick, 16 years ago

Description: modified (diff)

Somehow I screwed up the description. Fixing. :-(

comment:4 by Gabriel Hurley, 13 years ago

Component: Contrib appscontrib.markup

comment:5 by Gabriel Hurley, 13 years ago

Severity: Normal
Type: New feature

comment:6 by Aymeric Augustin, 12 years ago

UI/UX: unset

Change UI/UX from NULL to False.

comment:7 by Aymeric Augustin, 12 years ago

Easy pickings: unset

Change Easy pickings from NULL to False.

comment:8 by Claude Paroz, 12 years ago

Resolution: wontfix
Status: newclosed

contrib.markup has been deprecated (#18504) and will be removed in Django 1.6. Closing as obsolete.

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