Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

md source pure

Functions 2

Types 1

type MD

struct
1type MD struct {
2	elements []string
3}
source

Methods on MD

func Bullet

method on MD
1func (m *MD) Bullet(point string)
source

func Code

method on MD
1func (m *MD) Code(text string)
source

func H1

method on MD
1func (m *MD) H1(text string)
source

func H3

method on MD
1func (m *MD) H3(text string)
source

func Im

method on MD
1func (m *MD) Im(path string, caption string)
source

func P

method on MD
1func (m *MD) P(text string)
source

func Render

method on MD
1func (m *MD) Render() string
source

Imports 1

  • strings stdlib

Source Files 2