mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-09 08:50:26 +00:00
9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
|
title: $:/language/Snippets/MacroDefinition
|
||
|
tags: $:/tags/TextEditor/Snippet
|
||
|
caption: 巨集的定義
|
||
|
mode: wikified
|
||
|
|
||
|
\define macroName(param1:"預設值",param2)
|
||
|
巨集的內容
|
||
|
\end
|