Markdown文档手册
MD文档效果
Links
List
-
粗体
-
斜体字
-
粗斜体
-
✨Magic ✨
Quote
The overriding design goal for Markdown's formatting syntax is to make it as readable as possible. The idea is that a Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions.
Code
sh
cd supercline
npm i
node app
npm install --production
NODE_ENV=production node app
Table
The purpose of this project is to facilitate the implementation of independent games for customers who purchase CLine Action Editor. If you like this project, pls support me to buy that cool skill editor!
Reference
- CLine Action Editor - Skill editor base on unity.
- markdown-it - Markdown parser done right. Fast and easy to extend.
And of course SuperCLine itself is open source with a public repository on GitHub.