diff options
author | Waylan Limberg <waylan@gmail.com> | 2007-11-29 20:58:03 +0000 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2007-11-29 20:58:03 +0000 |
commit | 65d6566b2ac5ca23c87179e24fa9bd4c14173ea4 (patch) | |
tree | 3b207a94b23b909bd93e2dc1f229c02ffe4fb397 /setup.py | |
parent | 9f8372ece0b824e2038a7b728064ae454283db68 (diff) | |
download | markdown-65d6566b2ac5ca23c87179e24fa9bd4c14173ea4.tar.gz markdown-65d6566b2ac5ca23c87179e24fa9bd4c14173ea4.tar.bz2 markdown-65d6566b2ac5ca23c87179e24fa9bd4c14173ea4.zip |
Added support for images inside links and updated tests. Fixes [1458136].
Note, to accomplish this, a negative lookbehind (for a !) was added to each
link regex so they could be run before the image regex. The (fairly new)
recursion on the link text then parses the image. Not sure how the negative
lookbehind will affect performance.
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions