From 1031ebb381d72d703582f021756ef3524ff1e456 Mon Sep 17 00:00:00 2001 From: revsuine Date: Sat, 14 Dec 2024 00:03:41 +0000 Subject: [PATCH] hugo.toml: enable mark goldmark extra extension --- hugo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hugo.toml b/hugo.toml index 138a814..8e97826 100644 --- a/hugo.toml +++ b/hugo.toml @@ -18,6 +18,10 @@ theme = 'terminal' # start by listing h1s startLevel = 1 [markup.goldmark] + [markup.goldmark.extensions] + [markup.goldmark.extensions.extras] + [markup.goldmark.extensions.extras.mark] + enable = true [markup.goldmark.renderer] unsafe = true