$1 is tex, $2 is closing, $3 is tex
$1 is opening, $2 is tex
$1 is opening, $2 is tex, $3 is closing, $4 is label
+———————————–{.warning}—— | this is the last warning! | | please, go away! | | +————————————- {.menace} – | | or else terrible things will happen | +————————————————– +—————————————————
This adds support for eqref
Everything goes; takes care of escaping the “$” inside the expression
This adds support for ref
note these are not enough for parsing the above example:
OpenDiv = /^[ ]{0,3}+--+s*(.*)$/ CloseDiv = /^[ ]{0,3}=--+s*(.*)$/
# File lib/maruku/structures_inspect.rb, line 30 def inspect_more(a=nil,b=nil) inspect end