/MDAST-Inspector

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

Primary LanguageTypeScriptMIT LicenseMIT

🔍 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.