Docs: Warn about textual substitution with nested macros

This commit is contained in:
Jeremy Ruston 2023-12-17 18:57:16 +00:00
parent aaf7dc355d
commit c6a72875ba
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
created: 20220917112233317
modified: 20230419103154328
modified: 20231217185535715
tags: Pragmas
title: Pragma: \define
type: text/vnd.tiddlywiki
@ -48,4 +48,6 @@ $caption$
<<special-button>>
""">>
<<.warning """If macros are nested, textual substitution will only occur for the outermost macro. Thi is because by the time the inner macros are processed all the substitutions will have already occurred""">>
A more formal [[presentation|Macro Definition Syntax]] of this syntax is also available.