markdown

package
v0.0.0-...-ec00d85 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EscapeForLiteral

func EscapeForLiteral(in string) string

EscapeForLiteral escapes common characters so they render properly

Types

type Markdown

type Markdown struct {
	// contains filtered or unexported fields
}

func NewMarkdown

func NewMarkdown(topTitle string) *Markdown

func (*Markdown) Bytes

func (m *Markdown) Bytes() []byte

func (*Markdown) EndTableRow

func (m *Markdown) EndTableRow()

func (*Markdown) Exact

func (m *Markdown) Exact(text string)

func (*Markdown) ExactBytes

func (m *Markdown) ExactBytes() []byte

ExactBytes returns markdown with table of contents or title. Useful for embedding.

func (*Markdown) ExactText

func (m *Markdown) ExactText(text string)

func (*Markdown) ExactTextf

func (m *Markdown) ExactTextf(format string, args ...any)

func (*Markdown) NewOrderedListItem

func (m *Markdown) NewOrderedListItem()

func (*Markdown) NextTableColumn

func (m *Markdown) NextTableColumn()

func (*Markdown) OrderedListEnd

func (m *Markdown) OrderedListEnd()

func (*Markdown) OrderedListStart

func (m *Markdown) OrderedListStart()

func (*Markdown) Text

func (m *Markdown) Text(text string)

func (*Markdown) Textf

func (m *Markdown) Textf(format string, args ...any)

func (*Markdown) Title

func (m *Markdown) Title(level int, text string)

func (*Markdown) UnlistedTitle

func (m *Markdown) UnlistedTitle(level int, text string)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL