class Object
Constants
- CloseDiv
- DecorativeClosing
- EqLabel
- EquationClose
- EquationEnd
$1 is tex, $2 is closing, $3 is tex
- EquationOpen
- EquationStart
$1 is opening, $2 is tex
- MathClose1
- MathClose2
- MathClose3
- MathOpen1
- MathOpen2
- MathOpen3
- OneLineEquation
$1 is opening, $2 is tex, $3 is closing, $4 is label
- OpenDiv
+———————————–{.warning}—— | this is the last warning! | | please, go away! | | +————————————- {.menace} – | | or else terrible things will happen | +————————————————– +—————————————————
- RegEqPar
- RegEqref
- RegEqrefLatex
This adds support for eqref
- RegInlineMath
Everything goes; takes care of escaping the “$” inside the expression
- RegRef
This adds support for ref
- StartPipe
note these are not enough for parsing the above example:
OpenDiv = /^[ ]{0,3}+--+s*(.*)$/ CloseDiv = /^[ ]{0,3}=--+s*(.*)$/
Public Instance Methods
inspect_more(a=nil,b=nil)
click to toggle source
# File lib/maruku/structures_inspect.rb, line 30 def inspect_more(a=nil,b=nil) inspect end