Update termlite submodule. Enable block and title attributes in the Hugo renderer.
12 lines
197 B
YAML
12 lines
197 B
YAML
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
parser:
|
|
attribute:
|
|
block: true
|
|
title: true
|
|
highlight:
|
|
anchorLineNos: true
|
|
lineNos: false
|
|
lineNumbersInTable: false
|
|
noClasses: false
|