Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexwkleung/mdast-inspector
- Owner: alexwkleung
- License: mit
- Created: 2023-08-13T04:34:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-06T05:47:22.000Z (about 1 year ago)
- Last Synced: 2023-09-06T06:37:34.023Z (about 1 year ago)
- Topics: codemirror, markdown, mdast, mdast-util
- Language: TypeScript
- Homepage: https://mdast-inspector.vercel.app/
- Size: 307 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)