markdown

package
v0.37.0 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Writer

type Writer interface {
	Header1(text string) (int, error)
	Header2(text string) (int, error)
	Header3(text string) (int, error)
	Header2WithId(text string, id string) (int, error)
	Header3WithId(text string, id string) (int, error)
	Link(text, link string) (int, error)
	Paragraph(text string) (int, error)
	NewLine() (int, error)

	StartBulletList() (int, error)
	EndBulletList() (int, error)

	StartBullet() (int, error)
	EndBullet() (int, error)

	StartBold() (int, error)
	EndBold() (int, error)

	StartItalics() (int, error)
	EndItalics() (int, error)

	Text(text string) (int, error)
	Error() error
}

func NewHtmlWriter

func NewHtmlWriter(out io.Writer) Writer

func NewWriter

func NewWriter(out io.Writer) Writer

Jump to

Keyboard shortcuts

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