markdown-core
v1.1.2
Published
An extensible markdown engine.
Downloads
162
Readme
Markdown Core
An extensible markdown engine used in the Markdown Plus project.
Installation
yarn add markdown-core
Usage
Node.js
Demo project: https://github.com/tylingsoft/markdown-core-node-demo
Browser
Please refer to the example.
Development
Build
yarn build
Build in realtime:
yarn watch
Verify
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.js
setconst init = true
. - Run
yarn test
to generate fixtures intest/fixtures
. - In
test/index.js
setconst init = false
. - Do development, change code.
- Run
yarn test
to make sure nothing breaks.
Todo
- PPT
- Create a website for this project
- GitHub pages
mdc.xxx
=>xxx
- Support mermaid git graph