Documentation ¶
Index ¶
Constants ¶
View Source
const BadId = -1
Variables ¶
View Source
var ( //go:embed appstate.js Js string )
Functions ¶
This section is empty.
Types ¶
type AppState ¶
type AppState struct { InitialRender RenderedFiles []HtmlAndLabels }
func (*AppState) InitialLabels ¶
func (*AppState) SetInitialFileIndex ¶
type HtmlAndLabels ¶
HtmlAndLabels has the rendered HTML from a markdown file, plus a list of code labels, one label (the main label) for each code block in the file.
Click to show internal directories.
Click to hide internal directories.