Changeset 124 for trunk/lib/redcloth/base.rb
- Timestamp:
- 01/14/2006 13:57:50 (3 years ago)
- Files:
-
- 1 modified
-
trunk/lib/redcloth/base.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/redcloth/base.rb
r123 r124 211 211 ([^\s(!]+?) # presume this is the src 212 212 \s? # optional space 213 (?:\(((?:[^\(\)]|\([^\)]+\)) *?)\))? # optional title213 (?:\(((?:[^\(\)]|\([^\)]+\))+?)\))? # optional title 214 214 \! # closing 215 215 (?::#{ HYPERLINK })? # optional href