Skip to content

Commit

Permalink
Merge pull request #84 from Kissaki/patch-1
Browse files Browse the repository at this point in the history
Link to CommonMark website in README.md
  • Loading branch information
yuin authored Jan 1, 2020
2 parents 533a448 + 471456b commit 4f96330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ As mentioned above, CommonMark is too complicated and hard to implement, so Mark
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?
You can easily do it in goldmark. You can add your AST nodes,
parsers for block level elements, parsers for inline level elements,
Expand Down

0 comments on commit 4f96330

Please sign in to comment.