Variable
You can use the "v" command to use variables.
define variables
{
"variable1": "hello",
"variable2": "world"
}use variables
# variable
<!--{v-variable1}--> : <!--{v-variable2}-->compiler results
# variable
hello : worldLast updated