search for: punct_noq

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

2006 Sep 15
1
quotes
...ot;?". 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 [ /"/, ''«'' ], # double opening # Henriks hack for norske hermetegn (the "raquo" and "laquo" thing) That''s wery fine, exept I...