From 2367b9ff46e5223d52ef0399eaed2c331fbb66e2 Mon Sep 17 00:00:00 2001 From: OMOTO Tsukasa Date: Sun, 10 Sep 2023 15:17:16 +0900 Subject: [PATCH] add comments --- renderer/html/html.go | 1 + 1 file changed, 1 insertion(+) diff --git a/renderer/html/html.go b/renderer/html/html.go index d74c51f..0ca7c52 100644 --- a/renderer/html/html.go +++ b/renderer/html/html.go @@ -112,6 +112,7 @@ type withEastAsianLineBreaks struct { worksEvenWithOneSide bool } +// A EastAsianLineBreaksOption sets options for east asian line breaks. type EastAsianLineBreaksOption func(*withEastAsianLineBreaks) func (o *withEastAsianLineBreaks) SetConfig(c *renderer.Config) {