Searched defs:HTMLBlock (Results 1 – 1 of 1) sorted by relevance
14 type HTMLBlock struct { struct15 Position16 Text []string19 func (b *HTMLBlock) PrintHTML(buf *bytes.Buffer) {26 func (b *HTMLBlock) printMarkdown(buf *bytes.Buffer, s mdState) {