Merge pull request #9 from dertseha/patch-1

fixed typo
This commit is contained in:
Yusuke Inuzuka 2019-05-17 11:23:30 +09:00 committed by GitHub
commit 3802559573
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
- CommonMark is too complicated and hard to implement.
- Well structured.
- AST based, and preserves source potision of nodes.
- AST based, and preserves source position of nodes.
- 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) .