Fix hardWraps config spelling (#1964)

This commit is contained in:
Olivér Falvai 2023-02-03 22:03:47 +01:00 committed by GitHub
parent 5739a174ee
commit c47cadfcbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ For details on the extensions, refer to [this section](https://github.com/yuin/g
Some settings explained:
hardWrap
hardWraps
: By default, Goldmark ignores newlines within a paragraph. Set to `true` to render newlines as `<br>` elements.
unsafe