diff options
Diffstat (limited to 'www/config/_default')
| -rw-r--r-- | www/config/_default/hugo.yaml | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/www/config/_default/hugo.yaml b/www/config/_default/hugo.yaml index 4ade102..2479f6e 100644 --- a/www/config/_default/hugo.yaml +++ b/www/config/_default/hugo.yaml @@ -17,6 +17,9 @@ frontmatter:    lastmod: [ "lastmod", "date", "publishDate" ]  markup: +  goldmark: +    extensions: +      table: true    highlight:      lineNos: true      noClasses: false  | 
