mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
fixed typo
This commit is contained in:
parent
4586ec683b
commit
8df88b3d75
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ I need a markdown parser for Go that meets following conditions:
|
||||||
- Github Flavored Markdown is widely used and it is based on CommonMark aside from whether CommonMark is good specification or not.
|
- Github Flavored Markdown is widely used and it is based on CommonMark aside from whether CommonMark is good specification or not.
|
||||||
- CommonMark is too complicated and hard to implement.
|
- CommonMark is too complicated and hard to implement.
|
||||||
- Well structured.
|
- Well structured.
|
||||||
- AST based, and preserves source potision of nodes.
|
- AST based, and preserves source position of nodes.
|
||||||
- Written in pure Go.
|
- Written in pure Go.
|
||||||
|
|
||||||
[golang-commonmark](https://gitlab.com/golang-commonmark/markdown) may be a good choice, but it seems copy of the [markdown-it](https://github.com/markdown-it) .
|
[golang-commonmark](https://gitlab.com/golang-commonmark/markdown) may be a good choice, but it seems copy of the [markdown-it](https://github.com/markdown-it) .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue