Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexwkleung/mdast-inspector

🔍 Inspect the mdast (Markdown Abstract Syntax Tree) of written Markdown content
https://github.com/alexwkleung/mdast-inspector

codemirror markdown mdast mdast-util

Last synced: about 16 hours ago
JSON representation

🔍 Inspect the mdast (Markdown Abstract Syntax Tree) of written Markdown content

Awesome Lists containing this project

README

        

🔍 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

```bash
git clone
```

Install npm dependencies

```bash
npm install
```

Run development server

```bash
npm run dev
```

# License

[MIT License.](https://github.com/alexwkleung/MDAST-Inspector/blob/main/LICENSE)