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) {