module Clayoven::Claytext::Transforms
The transforms that act on a Clayoven::Claytext::Paragraph
Extending the syntax of claytext is easy: just add an entry here.
Constants
- FENCED
Fenced transforms
The key is used to starting and ending fences in a
Clayoven::Claytext::Paragraph
, and value is the lambda that’ll act on the matched paragraph.- LINE
Line transforms
The key is used to match each line in a
Clayoven::Claytext::Paragraph
and value is the lambda that’ll act on the matched p.- XYMATRIX_END
End marker for commutative diagrams, rendered using XyJaX
- XYMATRIX_START
Start marker for commutative diagrams, rendered using XyJaX