ironmark 1.3.4 → 1.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +1 -1
- package/wasm/node.js +1 -1
- package/wasm/pkg/ironmark_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://github.com/ph1p/ironmark/actions/workflows/ci.yml) [](https://www.npmjs.com/package/ironmark) [](https://crates.io/crates/ironmark)
|
|
4
4
|
|
|
5
|
-
Fast Markdown
|
|
5
|
+
Fast Markdown to HTML/AST parser written in Rust with **zero third-party** parsing dependencies. Fully compliant with [CommonMark 0.31.2](https://spec.commonmark.org/0.31.2/) (652/652 spec tests pass). Available as a Rust crate and as an npm package via WebAssembly, with both HTML and AST output APIs.
|
|
6
6
|
|
|
7
7
|
## Options
|
|
8
8
|
|
|
@@ -120,6 +120,10 @@ Exported AST types:
|
|
|
120
120
|
- `TableData`
|
|
121
121
|
- `TableAlignment`
|
|
122
122
|
|
|
123
|
+
## Benchmarks
|
|
124
|
+
|
|
125
|
+

|
|
126
|
+
|
|
123
127
|
## Development
|
|
124
128
|
|
|
125
129
|
This project uses [pnpm](https://pnpm.io/) for package management.
|