mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Merge commit '87de22d7464e239c775fbd48ebce1665d5b1e80d'
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
---
|
||||
title: Configure Markup
|
||||
title: Configure markup
|
||||
description: How to handle Markdown and other markup related configuration.
|
||||
categories: [getting started,fundamentals]
|
||||
categories: [fundamentals, getting started]
|
||||
keywords: [configuration,highlighting]
|
||||
weight: 65
|
||||
menu:
|
||||
docs:
|
||||
parent: getting-started
|
||||
weight: 50
|
||||
weight: 50
|
||||
slug: configuration-markup
|
||||
toc: true
|
||||
---
|
||||
|
||||
## Configure Markup
|
||||
## Configure markup
|
||||
|
||||
See [Goldmark](#goldmark) for settings related to the default Markdown handler in Hugo.
|
||||
|
||||
@@ -91,7 +95,7 @@ For `style`, see these galleries:
|
||||
|
||||
For CSS, see [Generate Syntax Highlighter CSS](/content-management/syntax-highlighting/#generate-syntax-highlighter-css).
|
||||
|
||||
### Table Of Contents
|
||||
### Table of contents
|
||||
|
||||
{{< code-toggle config="markup.tableOfContents" />}}
|
||||
|
||||
@@ -106,6 +110,6 @@ endLevel
|
||||
ordered
|
||||
: Whether or not to generate an ordered list instead of an unordered list.
|
||||
|
||||
## Markdown Render Hooks
|
||||
## Markdown render hooks
|
||||
|
||||
See [Markdown Render Hooks](/templates/render-hooks/).
|
||||
|
Reference in New Issue
Block a user