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/shared_html_lite.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/sisu/v3/shared_html_lite.rb') diff --git a/lib/sisu/v3/shared_html_lite.rb b/lib/sisu/v3/shared_html_lite.rb index 0dd13a34..33052cd2 100644 --- a/lib/sisu/v3/shared_html_lite.rb +++ b/lib/sisu/v3/shared_html_lite.rb @@ -165,8 +165,7 @@ module SiSU_Format_Shared s.gsub!(/(#{Mx[:lnk_c]})#{Mx[:url_o]}(\S+?)#{Mx[:url_c]}/,'\1\2') #special case \{ e.g. \}http://url s.gsub!(/(^|#{Mx[:gl_c]}|\s)#{Mx[:url_o]}(\S+?)#{Mx[:url_c]}/,%{\\1#{@brace_url.xml_open}\\2#{@brace_url.xml_close}\\3}) #http ftp matches with decoration else - s.gsub!(/(^|[^}])_/m,'\1>') #code-block: angle brackets special characters - s.gsub!(/(^|[^}])_/m,'\1>') + s.gsub!(//m,'>') end s end -- cgit v1.2.3