可以使用v指令使用变量
在json文件中定义变量
{ "variable1": "hello", "variable2": "world" }
在markdown文件中使用变量,需要以 "v-" 指令开头
# variable <!--{v-variable1}--> : <!--{v-variable2}-->
# variable hello : world
最后更新于1年前