256
edits
No edit summary |
|||
Line 1: | Line 1: | ||
== Language Reference == | |||
=== Basic Syntax === | |||
Before the XML is parsed the Signature engine looks for opening and closing tags ({{ and }}). Everything between those are interpreted as Signature Math (from now on abbreviated SigMath) and parsed before the XML parser takes action. Every opening tag must be followed by a closing tag. | |||
'''Example''' | |||
<text> | |||
<line>{{ 2 + 3 }}</line> | |||
</text> | |||
The example above will output 5 on the signature. | |||
== Function Reference == | == Function Reference == | ||
edits