https://github.com/rylanbot/markdown-parser-toy
🖨 Micro markdown parser「解析器」
https://github.com/rylanbot/markdown-parser-toy
markdown-it markdown-parser
Last synced: 2 months ago
JSON representation
🖨 Micro markdown parser「解析器」
- Host: GitHub
- URL: https://github.com/rylanbot/markdown-parser-toy
- Owner: RylanBot
- Created: 2024-07-20T21:13:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T09:56:54.000Z (almost 2 years ago)
- Last Synced: 2025-10-26T17:49:28.175Z (8 months ago)
- Topics: markdown-it, markdown-parser
- Language: TypeScript
- Homepage: https://markdown-parser-toy.rylan.cn
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markdown Parser Toy
## 🏆 Introduction
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](https://project.markdown-parser-toy.rylan.cn) and my [blog post](https://rylan.cn/article/markdown-parser-toy).
> [!Caution]
> Has not been extensively tested, some nested syntax may cause errors.
## 🧙🏻 Quick Start
```bash
npm install
npm run dev
```