1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-23 02:55:48 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/pragmas/Pragma_ _rules.tid
jeremy@jermolene.com 9641345b92 Docs updates
2022-10-03 14:40:27 +01:00

25 lines
637 B
Plaintext

created: 20220917112931273
modified: 20221003121749187
tags: Pragmas
title: Pragma: \rules
type: text/vnd.tiddlywiki
The ''\rules'' [[pragma|Pragmas]] adjusts the set of parser rules used to parse the remaining text.
```
\rules only|expect <rule-list>
```
The list of available parser rules can be consulted in $:/ControlPanel -> Info -> Advanced -> Parsing.
For example, in stylesheets it is typical to only use the rules associated with macros and transclusions:
```
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
```
Some users prefer not to use CamelCase links:
```
\rules except prettylink
```