log gpp/core/markup.py @ 356:f54bf3b3bece

age author description
2011-03-04 Brian Neal Fix 180; Add strikethrough capability to markdown via an extension. Also control in SVN the extensions we are using.
2011-03-03 Brian Neal Trying out a markdown extension to hopefully fix #166.
2011-03-02 Brian Neal Fixing #163; make plain links linkable in Markdown. Use an extension found here: https://github.com/r0wb0t/markdown-urlize.
2010-05-08 Brian Neal Fix #81: could not get paragraphs in Markdown due to the interaction between smiley and Markdown. Refactored the smilify code to use a series of regular expressions over the text when working with markdown.
2009-11-20 Brian Neal Fixing #36, Smilify doesn't work when a smiley appears first before other text. Refactored the smiley system to produce markdown as well as HTML.
2009-11-14 Brian Neal Refactored the markdown/smiley logic. Created classes for Markdown and Smilify. No longer call render_to_string() in models.py for various models.