mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-06 06:00:03 +00:00
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
![]() |
title: $:/language/Snippets/MacroDefinition
|
||
|
tags: $:/tags/TextEditor/Snippet
|
||
|
caption: 매크로 정의
|
||
|
mode: wikified
|
||
|
|
||
|
\define macroName(param1:"기본 값",param2)
|
||
|
매크로의 텍스트
|
||
|
\end
|