slate

package
v0.0.0-...-5554e34 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Node

type Node struct {
	Children []Node `json:"children"`
	Text     string `json:"text"`
	Type     string `json:"type"`
}

func (Node) ToHTML

func (n Node) ToHTML(styles map[string]string) string

type Nodes

type Nodes []Node

func (Nodes) ToHTML

func (n Nodes) ToHTML(styles map[string]string) string

Jump to

Keyboard shortcuts

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