Skip to content

Commit e55175e

Browse files
committed
Prefer soft wrapping.
1 parent 83505ed commit e55175e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

readme.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
# Markly
22

3-
A parser and abstract syntax tree for Markdown documents (CommonMark compatible) in Ruby. Originally forked from
4-
[CommonMarker](https://github.com/gjtorikian/commonmarker). It also includes extensions to the CommonMark spec as
5-
documented in the [GitHub Flavored Markdown spec](http://github.github.com/gfm/), such as support for tables,
6-
strikethroughs, and autolinking.
3+
A parser and abstract syntax tree for Markdown documents (CommonMark compatible) in Ruby. Originally forked from [CommonMarker](https://github.com/gjtorikian/commonmarker). It also includes extensions to the CommonMark spec as documented in the [GitHub Flavored Markdown spec](http://github.github.com/gfm/), such as support for tables, strikethroughs, and autolinking.
74

85
[![Development Status](https://github.com/ioquatix/markly/workflows/Test/badge.svg)](https://github.com/ioquatix/markly/actions?workflow=Test)
96

107
## Motivation
118

12-
This code base was originally forked from [Commonmarker](https://github.com/gjtorikian/commonmarker) before they
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 did not provide this
15-
functionality, and so this fork was created to continue to provide these (and more) features.
9+
This code base was originally forked from [Commonmarker](https://github.com/gjtorikian/commonmarker) before theyswitched from `cmark-gfm` (C) to `comrak` (Rust). The original implementation provided access to the abstract syntaxtree (AST), which is useful for building tools on top of Markdown. The Rust implementation did not provide thisfunctionality, and so this fork was created to continue to provide these (and more) features.
1610

1711
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.
1812

0 commit comments

Comments
 (0)