search for: punct_q

Displaying 1 result from an estimated 1 matches for "punct_q".

Did you mean: punct
2006 Sep 15
1
quotes
...new to redcloth also). This e-mail is about the wery fine feature of converting quotes. I''m norwegian, and we have our own qoutes: "?" and "?". I therefore hacked this feature, so it is now in lib/redcloth.rb, around line 404, so I now have: [ /([^\s\[{(>#{PUNCT_Q}][#{PUNCT_Q}]*)"/, ''\1»'' ], # double closing -- Henriks hack for norske hermetegn [ /"(?=[#{PUNCT_Q}]*[\s#{PUNCT_NOQ}])/, ''»'' ], # double closing -- Henriks hack for norske hermetegn [ /"/, ''&laqu...