0.4.0 • Published 10 months ago

@nmsn/md-maker v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

md-maker

English | 简体中文

Generate or insert markdown based on js configuration.

Install

npm install @nmsn/md-maker

Usage

import { md, createMd } from '@nmsn/md-maker';

createMd('./README.md', md([{ type: 'h1', params: 'title' },{ type: 'blockquote', params: 'subtitle' }]));

Todo

  • Add more markdown rule.
  • Add test case.

Contributing

License

MIT License

0.1.0

10 months ago

0.3.0

10 months ago

0.2.0

10 months ago

0.4.0

10 months ago

0.0.1

11 months ago