Searched defs:Heading (Results 1 – 2 of 2) sorted by relevance
13 type Heading struct { struct14 Position15 Level int16 Text *Text19 ID string22 func (b *Heading) PrintHTML(buf *bytes.Buffer) {32 func (b *Heading) printMarkdown(buf *bytes.Buffer, s mdState) {
37 type Heading struct { struct38 Text []Text // the heading text41 func (*Heading) block() {}