markdown

package
v0.0.0-...-c2de215 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2019 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 CodeBlock

type CodeBlock struct {
	Path      string
	Name      string
	StPos     Position
	EnPos     Position
	RowString string
	Value     string
}

func ParseCodeBlock

func ParseCodeBlock(text string) []CodeBlock
type Header struct {
	Path      string
	Name      string
	StPos     Position
	EnPos     Position
	RowString string
	Value     string
}

func ParseHeader

func ParseHeader(text string) []Header

type Position

type Position struct {
	Line int
	Row  int
}

Jump to

Keyboard shortcuts

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