require "hemingway/special/special_nodes" module Hemingway grammar Special # Special characters that need to be escaped in Latex. # Example: War \& Peace rule special escape character:( "#" / "$" / "%" / "&" / "_" / "{" / "}" / "textbackslash{}" ) end rule escape "\\" end end end