A mini version of the Markdown parser, just used for exploring the underlying principles.
It only simulates the following syntax:
- Title
- Paragraph
- Link
- Italic
- Bold
- List
Tip
For details, welcome to check the online example and my blog post.
Caution
Has not been extensively tested, some nested syntax may cause errors.
npm install
npm run dev