mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Add caution with Go 1.14
This commit is contained in:
parent
2bfdf48a98
commit
ff84cd3a51
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ goldmark
|
|||
|
||||
goldmark is compliant with CommonMark 0.29.
|
||||
|
||||
Caution: Go 1.14 has a [critical bug](https://github.com/golang/go/issues/37741). It is recommended that you stay with Go 1.13 until the bug is fixed.
|
||||
------------------------------------------
|
||||
|
||||
Motivation
|
||||
----------------------
|
||||
I needed a Markdown parser for Go that satisfies the following requirements:
|
||||
|
|
|
|||
Loading…
Reference in a new issue