Skip to content

WwwwwyDev/markdown-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown-compiler

markdown-compiler

Writing a Markdown like programming

Dynamic JSON Badge GitHub stars

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

  • Download the corresponding system's mkdc from the link below
    github | gitee
  • Decompress it and grant it executable permissions, add it to the environment variable

quickly start

mkdc init hello-world
mkdc build hello-word

documenting

If you are interested and would like to see more detailed documentation, please click on the link below.

中文|English

contributing

Please submit pull requests to the develop branch