# EasyHtml-language-HTML-MAKER **Repository Path**: song-zihui-sudo/EasyHtml-language-HTML-MAKER ## Basic Information - **Project Name**: EasyHtml-language-HTML-MAKER - **Description**: 一个可以将类markdown语言转换成HTML的工具。您可以用它来搭建您自己的博客,哈哈哈 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: Windows - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-24 - **Last Updated**: 2022-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Easy-HTML-MAKER     [ENGLISH](https://github.com/SongZihui-sudo/e-Conversion-html-maker/blob/main/english.md) 这个工具会进行不定时更新!!! ## About 关于这个工具,它可以把有以下标签(```#```,```url```,```img```,```---```,```___```,```>```.```::```,```,***)的文章,解析成为html。 可以用于批量生成网页,当然最主要的目的时你可以用它来搭建您的小型网站。 ## Getting Started ### Prerequisites (可选)安装git ### Installing linux [ABOUT THE PROBLEM OF CAN NOT OPEN THE FIEL OR CAN NOT CREAT THE HTML FILE](https://github.com/SongZihui-sudo/EasyHtml-language-HTML-MAKER/issues/7) ``` sudo git clone -b https://github.com/SongZihui-sudo/EasyHtml-language-HTML-MAKER/tree/Linux ``` and then input command ``` sudo chmod 777 EasyHtml-language-HTML-MAKER ``` windows ``` git clone https://github.com/SongZihui-sudo/EasyHtml-language-HTML-MAKER ``` 或者直接下载源码,编译。 #### 使用IDE编译 #### 使用makefile编译 在终端输入```make```命令或者```mingw32-make```命令即可得到编译生成的二进制文件。 ## Running the tests ### DEMO MARKDOWN ``` # Song Zihui’s Website Every problems has its Solution ## Welcome --- url ../About/About.html About Me url ../Blog/Blog.html Blog url ../About/contact_me.html contact me :: pi-dashboard :: Weather.io This Website made by url https://githubfast.com/SongZihui-sudo/e-Conversion-html-maker e-Conversion html maker ``` HTML ```