Update content

This commit is contained in:
Ryan Watters
2017-02-12 14:37:46 -08:00
parent e067e89d3d
commit 0a87ef7f21
2 changed files with 3 additions and 3 deletions
@@ -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][]
@@ -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., <kbd>tab</kbd>) rather than 2 to delimit nesting of lists.