commit 8627ae95ad33a52582e0d0a5c6989b0360214bd0 parent 9a2bfc1e3432854dcd79810389b6461b884512d6 Author: FIGBERT <figbert@figbert.com> Date: Fri, 2 Sep 2022 11:03:20 -0700 Underline H3 instead of ### prefix Diffstat:
M | style.go | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/style.go b/style.go @@ -44,7 +44,7 @@ var CLXStyleConfig = ansi.StyleConfig{ }, H3: ansi.StyleBlock{ StylePrimitive: ansi.StylePrimitive{ - Prefix: "### ", + Underline: boolPtr(true), }, }, H4: ansi.StyleBlock{