markdown

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2024 License: MIT Imports: 4 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 {
	Lang string `json:"lang"`
	Text string `json:"text"`
}

type Codec

type Codec struct {
	Section     map[string]interface{}
	Subsection  map[string]interface{}
	InCodeBlock bool
	InTable     bool
}

func (*Codec) Unmarshal

func (m *Codec) Unmarshal(data []byte, v interface{}) error
type Hyperlink struct {
	Text string `json:"text"`
	URL  string `json:"url"`
}

type Table

type Table []map[string]string

Jump to

Keyboard shortcuts

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