An extensible markdown engine used in the Markdown Plus project.
yarn add markdown-core
import mdc from 'markdown-core'
mdc.render('# hello world')
Please refer to the example.
yarn build:watch
Host and open build/index.html
in browser
MIT
- Manually review
build/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.
- PPT
- Create a website for this project
- GitHub pages
mdc.xxx
=>xxx
- Support mermaid git graph
- Replace mocha with jest