mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Update content
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user