markdown-core
v1.1.2
Published
An extensible markdown engine.
Downloads
276
Readme
Markdown Core
An extensible markdown engine used in the Markdown Plus project.
Installation
yarn add markdown-coreUsage
Node.js
Demo project: https://github.com/tylingsoft/markdown-core-node-demo
Browser
Please refer to the example.
Development
Build
yarn buildBuild in realtime:
yarn watchVerify
Host and open dist/index.html in browser
License
MIT
Test
- Manually review dist/index.html in browser, make sure it look good and everything is fine.
- In
test/index.jssetconst init = true. - Run
yarn testto generate fixtures intest/fixtures. - In
test/index.jssetconst init = false. - Do development, change code.
- Run
yarn testto make sure nothing breaks.
Todo
- PPT
- Create a website for this project
- GitHub pages
mdc.xxx=>xxx- Support mermaid git graph

