aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/inlinepatterns.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #23. Turns out markdown.pl only allows up to one space between brackets...Waylan Limberg2011-06-161-2/+2
* Fixed #19. Improved Start Emphasis regex.Waylan Limberg2011-06-071-1/+1
* Minor adjustment to previous commit. Reference links don't need unescaped as ...Waylan Limberg2011-06-021-4/+4
* Partial fix of issue #14. hrefs (and titles) are now unescaped, but it uppear...Waylan Limberg2011-06-021-10/+23
* Fixed a few inline issues found from running the currenlty skipped tests from...Waylan Limberg2010-11-041-7/+9
* Added short reference links. No more hanging empty brackets on reference link...Waylan Limberg2010-10-111-12/+15
* Fixed Ticket 79. Linebreaks in reference link identifiers are now ignored. Th...Waylan Limberg2010-10-111-0/+5
* Added the re.UNICODE flag to inlinepatterns. Now all inlinepattern regex will...Waylan Limberg2010-09-201-1/+2
* Fixed Ticket 66. We have dropped official support for Python 3.0 and now only...Waylan Limberg2010-07-141-4/+7
* A better implementation of globals as attributes on the Markdown class. This ...Waylan Limberg2010-07-071-2/+2
* Factored out the building of the various processors and patterns into utility...Waylan Limberg2010-07-071-0/+28
* Moved a bunch of global variables to the instance of the Markdown class.Waylan Limberg2010-07-061-7/+3
* Rename misc.py to util.py at the request of upstreamToshio Kuratomi2010-07-051-21/+21
* Break cyclic import of markdown. This allows people to embed markdownToshio Kuratomi2010-07-051-21/+21
* Fixed Ticket 38. With smart_emphasis turned on, emphasised text can now be wr...Waylan Limberg2009-07-211-1/+1
* Fixed ticket 33. Tweaked the regex for inline links so that the title is non-...Waylan Limberg2009-05-061-1/+1
* Improved inline pattern regex for em & strong and added tests. Fixes Ticket 3...Waylan Limberg2009-03-301-6/+6
* Fixed attribute creation to remove newlines and associated misc/uche test. Ap...Waylan Limberg2008-12-081-1/+1
* Different way of importing htmlentitydefs for python 3.0 and disabling diff o...Yuri Takhteyev2008-12-041-1/+5
* Getting rid of has_key for compatibility with python3k.Yuri Takhteyev2008-12-041-1/+1
* Attempting a refactoring, breaking markdown into multiple files.Yuri Takhteyev2008-11-171-0/+367