alexwkleung / MDAST-Inspector

πŸ” Inspect the mdast (Markdown Abstract Syntax Tree) of written Markdown content

Home Page:https://mdast-inspector.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ” MDAST Inspector

This is a simple educational tool to see how Markdown is presented in the mdast (Markdown Abstract Syntax Tree) format.

Setup

Clone the repository

git clone <SSH/HTTPS URL>

Install npm dependencies

npm install

Run development server

npm run dev

License

MIT License.

About

πŸ” Inspect the mdast (Markdown Abstract Syntax Tree) of written Markdown content

https://mdast-inspector.vercel.app/

License:MIT License


Languages

Language:TypeScript 94.0%Language:CSS 5.2%Language:HTML 0.9%