An open API service indexing awesome lists of open source software.

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「解析器」

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
```