Changeset 1795 for trunk/pylucid_project/PyLucid/system/markups/creole.py
- Timestamp:
- 11/14/08 11:05:22 (16 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid_project/PyLucid/system/markups/creole.py
r1774 r1795 71 71 image = r'''(?P<image> 72 72 {{ 73 (?P<image_target>.+? \.jpg|\.jpeg|\.gif|\.png) \s*73 (?P<image_target>.+?(\.jpg|\.jpeg|\.gif|\.png)) \s* 74 74 (\| \s* (?P<image_text>.+?) \s*)? 75 75 }}