Skip to content

Commit 83505ed

Browse files
committed
Update motivation, fixes #16.
1 parent 59c9ec8 commit 83505ed

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ strikethroughs, and autolinking.
1111

1212
This code base was originally forked from [Commonmarker](https://github.com/gjtorikian/commonmarker) before they
1313
switched from `cmark-gfm` (C) to `comrak` (Rust). The original implementation provided access to the abstract syntax
14-
tree (AST), which is useful for building tools on top of Markdown. The Rust implementation does not provide this
14+
tree (AST), which is useful for building tools on top of Markdown. The Rust implementation did not provide this
1515
functionality, and so this fork was created to continue to provide these (and more) features.
1616

17+
It should be noted that `commonmarker` re-introduced AST access, but the original C implementation in this fork is [3-4x faster at processing Markdown into HTML](https://github.com/gjtorikian/commonmarker?tab=readme-ov-file#benchmarks) and has a more advanced HTML generation and AST processing features.
18+
1719
## Usage
1820

1921
Please see the [project documentation](https://ioquatix.github.io/markly/) for more details.

0 commit comments

Comments
 (0)