Ticket #40: bluecloth_remove_shiftjis.diff
| File bluecloth_remove_shiftjis.diff, 396 bytes (added by deveiant, 2 years ago) |
|---|
-
bluecloth.rb
old new 951 951 )? # title is optional 952 952 \) 953 953 ) 954 }x s#"954 }x #" 955 955 956 956 957 957 # Reference-style images … … 962 962 (?:\n[ ]*)? # One optional newline + spaces 963 963 \[ (.*?) \] # id = $3 964 964 ) 965 }x s965 }x 966 966 967 967 ### Turn image markup into image tags. 968 968 def transform_images( str, rs )
