Merge pull request #84 from Kissaki/patch-1

Link to CommonMark website in README.md
This commit is contained in:
Yusuke Inuzuka 2020-01-02 01:55:28 +09:00 committed by GitHub
commit 4f96330d3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ As mentioned above, CommonMark is too complicated and hard to implement, so Mark
Features Features
---------------------- ----------------------
- **Standard compliant.** goldmark gets full compliance with the latest CommonMark spec. - **Standard compliant.** goldmark gets full compliance with the latest [CommonMark](https://commonmark.org/) specification.
- **Extensible.** Do you want to add a `@username` mention syntax to Markdown? - **Extensible.** Do you want to add a `@username` mention syntax to Markdown?
You can easily do it in goldmark. You can add your AST nodes, You can easily do it in goldmark. You can add your AST nodes,
parsers for block level elements, parsers for inline level elements, parsers for block level elements, parsers for inline level elements,