이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

Pragma: \rules

2024년 9월 23일 오후 4:17

The \rules pragma adjusts the set of parser rules used to parse the remaining text.

\rules only|except <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

Disable CamelCase for just one tiddler:

\rules except wikilink