added support for latex

This commit is contained in:
z1glr
2025-06-21 01:33:39 +02:00
parent 327f6dc3ce
commit e43d25f4f7
2 changed files with 13 additions and 0 deletions

View File

@@ -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