1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2025-08-23 12:12:20 +00:00

post on efficient collaboration

This commit is contained in:
J. Fernando Sánchez
2025-03-06 01:45:41 +01:00
parent 1d1f044d80
commit ec2e9ea7cc
6 changed files with 583 additions and 2 deletions

View File

@@ -5,6 +5,9 @@ unsafe = true
[goldmark.extensions.passthrough]
enable = true
[goldmark.parser.attribute]
block = true # default is false
# LaTeX math support
# https://gohugo.io/content-management/mathematics/
[goldmark.extensions.passthrough.delimiters]
@@ -23,4 +26,4 @@ guessSyntax = true
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
tabWidth = 4
tabWidth = 4