Searched defs:Paragraph (Results 1 – 3 of 3) sorted by relevance
76 type Paragraph struct { struct77 p []byte78 o Ordering79 opts []Option80 types []Class81 pairTypes []bracketType82 pairValues []rune83 runes []rune84 options options96 func (p *Paragraph) prepareInput() (n int, err error) {[all …]
20 type Paragraph struct { struct21 Position22 Text *Text25 func (b *Paragraph) PrintHTML(buf *bytes.Buffer) {31 func (b *Paragraph) printMarkdown(buf *bytes.Buffer, s mdState) {
118 type Paragraph struct { struct119 Text []Text122 func (*Paragraph) block() {}