Constant

BlueCloth::ReferenceImageRegexp

Reference-style images

%r{
      (                                     # Whole match = $1
              !\[ (.*?) \] # Alt text = $2
              [ ]?                 # Optional space
              (?:\n[ ]*)?          # One optional newline + spaces
              \[ (.*?) \]          # id = $3
      )
}xs
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.