From 66d81556302cae1c9c69507e2458f1406dcae831 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 31 Dec 2011 08:35:25 -0500 Subject: v3: html, epub, (& xml) codeblocks, treatment of '<<' & '>>', fix * (remove legacy codeblock match rule, watch) --- lib/sisu/v3/html_tune.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/sisu/v3/html_tune.rb') diff --git a/lib/sisu/v3/html_tune.rb b/lib/sisu/v3/html_tune.rb index afedec54..bc833eaa 100644 --- a/lib/sisu/v3/html_tune.rb +++ b/lib/sisu/v3/html_tune.rb @@ -317,8 +317,7 @@ module SiSU_HTML_Tune dob.obj.gsub!(//m,'\1>') #code-block: angle brackets special characters - dob.obj.gsub!(/(^|[^}])_/m,'\1>') + dob.obj.gsub!(//m,'>') end dob end -- cgit v1.2.3