Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct {
HTML string `json:"html"`
Path string `json:"path"`
ModifiedAt int64 `json:"modifiedAt"`
}
Document はドキュメント情報を表す
type FrontmatterField ¶
FrontmatterField はパースされた frontmatter の一つのキー/値ペアを表す。 Order を保持するため map ではなくスライスで返す。
type Renderer ¶
type Renderer struct {
// contains filtered or unexported fields
}
Renderer はMarkdownをHTMLに変換する
Click to show internal directories.
Click to hide internal directories.