Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
streamich authored Nov 25, 2024
1 parent 02b135d commit 9b308b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# `very-small-parser`

- A tiny JavaScript parser for Markdown, HTML, and inline CSS.
- Tiny, just over 4KB.
- JavaScript parser for Markdown, HTML, and inline CSS.
- [Tiny](https://cdn.jsdelivr.net/npm/very-small-parser/dist/module.js), just over 4KB.
- Runs in browser and Node.js.
- No dependencies.
- Markdown is parsed into [MDAST (Markdown Abstract Syntax Tree)](https://github.com/syntax-tree/mdast).
Expand Down

0 comments on commit 9b308b1

Please sign in to comment.