Replies: 1 comment 8 replies
-
Sure! Their syntax is similar to Python. Just follow the example, and enjoy! |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, is it possible to do simple macros with parameters? There are wikis out there that have various syntax like
{macro:arg1=foo}
or{{macro arg1="foo"}}
or very similar ones and then the definition body would be likeHello $arg1
or similar and then the result would beHello foo
.Is anything like that easily possible with simple macro definitions in yaml files? I know I could write python code for that but it seems quite some overhead for a simple text replacement, also it is much less accessible for all the people at the company that do just want to write text and not program in python...
Beta Was this translation helpful? Give feedback.
All reactions