Added the \textbar{} filter

This commit is contained in:
Yann Esposito (Yogsototh) 2010-11-08 17:33:24 +01:00
parent b322e1044c
commit ecdf6febc8

View file

@ -39,6 +39,7 @@ class MarkdownPostLatexMacros
# puts %{ ltx macro %#{name}\t=> #{value}}
name.gsub!(/\\_/,'_')
value=value.gsub(/\\textbackslash\{\}/,'\\').
gsub(/\\textbar\{\}/,'|').
gsub(/\\%/,'%').
gsub(/\\_/,'_').
gsub(/\\\{/,'{').