code blocks; get block title & copy button to appear, further styling needed, also syntax highlighting not working atm
This commit is contained in:
parent
3f95624ecf
commit
e5c4772cf3
4 changed files with 7 additions and 257 deletions
|
@ -18,7 +18,11 @@ theme = 'terminal'
|
|||
# start by listing h1s
|
||||
startLevel = 1
|
||||
[markup.highlight]
|
||||
# noClasses needed for syntax highlighted blocks to display correctly: https://github.com/panr/hugo-theme-terminal/issues/537
|
||||
noClasses = false
|
||||
style = 'gruvbox'
|
||||
lineNos = false
|
||||
lineNumbersInTable = true
|
||||
[markup.goldmark]
|
||||
[markup.goldmark.extensions]
|
||||
[markup.goldmark.extensions.extras]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue