File rules
Markdown corresponds to a JSON file with the same name. When compiling, variables are searched in the JSON file. If a JSON file is not defined, it is considered that there are no variables in the Markdown file. In a project, main.md will be used as the entry file for compilation.
# Generated by markdown-compiler
## github
- [GitHub](<!--{v-github}-->)
command
All instructions must start with "<! -- {" and end with "} -->".
<!--{v-your_variable}-->
<!--{if-your_variable}-->
<!--{ifn-your_variable}-->
<!--{for-your_variable}-->
<!--{forn-your_variable}-->
<!--{import-your_markdown_file_path}-->
Last updated