markdown

package
v0.0.0-...-a95229b Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2020 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 Item

type Item struct {
	Text    string
	Italic  bool
	Bold    bool
	Code    bool
	Newline bool
}

func (Item) String

func (i Item) String() string

func (Item) WordItems

func (i Item) WordItems(tr func(string) string) Items

type Items

type Items []Item

func (Items) WordItems

func (is Items) WordItems(tr func(string) string) Items

type Processor

type Processor struct {
}

func NewProcessor

func NewProcessor() *Processor

func (*Processor) Process

func (p *Processor) Process(s string) Items

Jump to

Keyboard shortcuts

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