Documentation
¶
Overview ¶
Package mobiledoc holds structures and helper functions for working with mobiledoc data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mobiledoc ¶
type Mobiledoc struct { Version string `json:"version"` Atoms []interface{} `json:"atoms"` Cards [][]interface{} `json:"cards"` Markups []interface{} `json:"markups"` Sections [][]interface{} `json:"sections"` }
func FromMarkdown ¶
FromMarkdown wraps the given Markdown in a Mobiledoc struct
Click to show internal directories.
Click to hide internal directories.