markdown-compiler
Writing a Markdown like programming
introduction
When the markdown text is too long, it may make it difficult to maintain. Using mkdc, you can write a markdown like programming, which supports variables, conditional judgment, loops, and modularity.
installing
Decompress it and grant it executable permissions, add it to the environment variable
quickly start
mkdc init hello-world
mkdc build hello-word
Last updated