You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,11 @@ strikethroughs, and autolinking.
11
11
12
12
This code base was originally forked from [Commonmarker](https://github.com/gjtorikian/commonmarker) before they
13
13
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
15
15
functionality, and so this fork was created to continue to provide these (and more) features.
16
16
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
+
17
19
## Usage
18
20
19
21
Please see the [project documentation](https://ioquatix.github.io/markly/) for more details.
0 commit comments