package
Version:
v0.2.3
Opens a new window with list of versions in this module.
Published: Nov 10, 2024
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CodeBlock struct {
Lang string `json:"lang"`
Text string `json:"text"`
}
type Codec struct {
Section map[string]interface{}
Subsection map[string]interface{}
InCodeBlock bool
InTable bool
}
type Hyperlink struct {
Text string `json:"text"`
URL string `json:"url"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.