/markdown-parser-toy

🖨 Micro markdown parser「解析器」

Primary LanguageTypeScript

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 and my blog post.

Caution

Has not been extensively tested, some nested syntax may cause errors.

🧙🏻 Quick Start

npm install
npm run dev