diff --git a/html2text.go b/html2text.go index 991109b..f79fbe3 100644 --- a/html2text.go +++ b/html2text.go @@ -24,7 +24,7 @@ var numericEntityRE = regexp.MustCompile(`(?i)^#(x?[a-f0-9]+)$`) type options struct { lbr string linksInnerText bool - listSupport bool + listPrefix string } func newOptions() *options { @@ -52,13 +52,18 @@ func WithLinksInnerText() Option { } } -// WithListSupport formats