wolz idea _" and "_

This commit is contained in:
p.kosyh 2010-07-02 18:25:51 +00:00
parent 8b22b1d912
commit ff6f9ee1af

View file

@ -18,6 +18,7 @@ stead.fmt = stead.hook(stead.fmt, function(f, ...)
r = r:gsub('^%-%-([^-])', '—%1'); r = r:gsub('^%-%-([^-])', '—%1');
end end
if format.quotes and utf8 then if format.quotes and utf8 then
r = r:gsub('_"','«'):gsub('"_',"»");
r = r:gsub('"([^"]*)"','«%1»'); r = r:gsub('"([^"]*)"','«%1»');
end end
if format.para and stead.state then if format.para and stead.state then