# markdown-compiler **Repository Path**: wu_wen_yi/markdown-compiler ## Basic Information - **Project Name**: markdown-compiler - **Description**: Writing a Markdown like programming. - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-30 - **Last Updated**: 2024-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
## 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](https://github.com/WwwwwyDev/markdown-compiler/releases/latest) | [gitee](https://gitee.com/wu_wen_yi/markdown-compiler/releases/latest) - Decompress it and grant it executable permissions, add it to the environment variable ## quickly start ```shell 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. [中文](https://wwydev.gitbook.io/mkdc-zh "中文文档")|[English](https://wwydev.gitbook.io/mkdc "English Document") ## contributing Please submit pull requests to the develop branch