Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-11-27 15:29:41 +0300
committerGitHub <noreply@github.com>2019-11-27 15:29:41 +0300
commit0025bba09a6705aa4da0abc9bdfad184687db8ee (patch)
treee25e468f426a458b4abe32fc50e88af8c0a3d449
parent7417f1c0511e89da570f026c42950f456e036e07 (diff)
Update index.md
-rw-r--r--content/en/news/0.60.0-relnotes/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/news/0.60.0-relnotes/index.md b/content/en/news/0.60.0-relnotes/index.md
index c03a018b5..078775292 100644
--- a/content/en/news/0.60.0-relnotes/index.md
+++ b/content/en/news/0.60.0-relnotes/index.md
@@ -8,7 +8,7 @@ categories: ["Releases"]
[Goldmark](https://github.com/yuin/goldmark/) by [@yuin](https://github.com/yuin) is now the new default library used for Markdown in Hugo. It's CommonMark compliant and GitHub flavored, and both fast and flexible. Blackfriday, the old default, has served us well, but there have been formatting and portability issues that were hard to work around. The "CommonMark compliant" part is the main selling feature of Goldmark, but with that you also get attribute syntax on headers and code blocks (for code blocks you can turn on/off line numbers and highlight line ranges), strikethrough support and an improved and configurable implementation of `TableOfContents`. See [Markup Configuration](https://gohugo.io/getting-started/configuration-markup/) for an overview of extensions.
-Please read the [Notes Section](#notes) and the updated documentation. We suggest you start with [List of content formats in Hugo](https://gohugo.io/content-management/formats/#list-of-content-formats). Goldmark is better, but the feature set is not fully comparable and it may be more stricter in some areas (there are 17 rules for how a [headline](https://spec.commonmark.org/0.29/#emphasis-and-strong-emphasis) should look like); if you have any problems you cannot work around, see [Configure Marku you p](https://gohugo.io/getting-started/configuration-markup/#configure-markup) for a way to change the default Markdown handler.
+Please read the [Notes Section](#notes) and the updated documentation. We suggest you start with [List of content formats in Hugo](https://gohugo.io/content-management/formats/#list-of-content-formats). Goldmark is better, but the feature set is not fully comparable and it may be more stricter in some areas (there are 17 rules for how a [headline](https://spec.commonmark.org/0.29/#emphasis-and-strong-emphasis) should look like); if you have any problems you cannot work around, see [Configure Markup](https://gohugo.io/getting-started/configuration-markup/#configure-markup) for a way to change the default Markdown handler.
Also, if you have lots of inline HTML in your Markdown files, you may have to enable the `unsafe` mode: