added support for latex
This commit is contained in:
12
hugo.yaml
12
hugo.yaml
@@ -2,6 +2,9 @@ baseURL: https://johannes-dokumentation.z1glr.de
|
||||
title: Johanneskirche Bühl - Technik
|
||||
defaultContentLanguage: de
|
||||
|
||||
ignoreFiles:
|
||||
- content/archetypes/*
|
||||
|
||||
module:
|
||||
imports:
|
||||
- path: github.com/imfing/hextra
|
||||
@@ -52,3 +55,12 @@ params:
|
||||
sortOrder: desc
|
||||
article:
|
||||
displayPagination: true
|
||||
|
||||
markup:
|
||||
goldmark:
|
||||
extensions:
|
||||
passthrough:
|
||||
delimiters:
|
||||
block: [['\[', '\]'], ["$$", "$$"]]
|
||||
inline: [['\(', '\)']]
|
||||
enable: true
|
||||
|
||||
Reference in New Issue
Block a user