Merge commit '87de22d7464e239c775fbd48ebce1665d5b1e80d'

This commit is contained in:
Bjørn Erik Pedersen
2023-07-29 11:17:28 +02:00
177 changed files with 1623 additions and 1556 deletions

View File

@@ -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/).