diff --git a/content/about-hugo/why-use-a-static-site-generator.md b/content/about-hugo/why-use-a-static-site-generator.md index 269364d54..8d5173e7d 100644 --- a/content/about-hugo/why-use-a-static-site-generator.md +++ b/content/about-hugo/why-use-a-static-site-generator.md @@ -37,7 +37,7 @@ actions will rebuild your entire web site using the `baseURL` setting from your site's configuration file. That's required to have your page links work properly with most hosting companies. -## Further Reading +## Additional Resources * ["Static Site Generators", O-Reilly][] * [StaticGen: Top Open-Source Static Site Generators][] diff --git a/content/content-management/markdown-and-supported-formats.md b/content/content-management/markdown-and-supported-formats.md index 0e6763a6c..5e1e7dc38 100644 --- a/content/content-management/markdown-and-supported-formats.md +++ b/content/content-management/markdown-and-supported-formats.md @@ -5,7 +5,7 @@ description: Hugo uses the BlackFriday markdown converted for content files but date: 2017-01-10 publishdate: 2017-01-10 lastmod: 2017-01-10 -tags: [] +tags: [markdown,asciidoc,mmark,content format] weight: 10 draft: false slug: @@ -15,7 +15,7 @@ notes: ## Markdown -Markdown is the natively supported content format for Hugo and is rendered using the excellent [BlackFriday project][]. +Markdown is the natively supported content format for Hugo and is rendered using the excellent [BlackFriday project][], a markdown parser written in Golang. {{% caution "Deeply Nested Lists" %}} Hugo uses [BlackFriday](https://github.com/russross/blackfriday), a markdown processor written in Go. A known issue [(#329)](https://github.com/russross/blackfriday/issues/329) in BlackFriday is the handling of deeply nested lists, but there is a workaround. If you write lists in markdown, be sure to include 4 spaces (i.e., tab) rather than 2 to delimit nesting of lists.