Where is a list of \rules

The Pragma tiddler tells us that there is a \rule pragma. But there is no reference. Is there a list of current rules and what they do?

1 Like

all the rule tids start with

$:/core/modules/parsers/wikiparser/rules/

See also $:/ControlsPanel Info > Advanced > Parsing tab which lists “Pragma”, “Inline”, and “Block” parsing rules

Each listed item shows the name of a rule.

In any given tiddler, you can exclude any space-separated subset of rules by listing rule names with

\rules except ...

All rules that are not listed will be applied to parsing that tiddler. Alternatively, you can include a space separated subset of rules by listing rule names with

\rules only ...

Only the rules that are listed will be applied to parsing that tiddler.