mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Merge pull request #84 from Kissaki/patch-1
Link to CommonMark website in README.md
This commit is contained in:
commit
4f96330d3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue