Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FurtherFormattedFormats = []SpecificFormatter{ { Extension: ".md", Formatter: MarkdownFormatting, }, { Extension: ".png", Formatter: RenderImage, }, { Extension: ".jpg", Formatter: RenderImage, }, { Extension: ".jpeg", Formatter: RenderImage, }, }
View Source
var SupportedFormats = []string{
".txt",
".md",
".rst",
".adoc",
".tex",
".html",
".htm",
".xhtml",
".xml",
".svg",
".mml",
".kml",
".css",
".scss",
".sass",
".ini",
".conf",
".cfg",
".json",
".yaml",
".yml",
".toml",
".env",
".csv",
".tsv",
".psv",
".ndjson",
".sql",
".sparql",
".graphql",
".png",
".jpg",
".jpeg",
".py",
".js",
".ts",
".go",
".java",
".c",
".cpp",
".cs",
".rs",
".php",
".rb",
".pl",
".lua",
".kt",
".sh",
".bat",
".zsh",
".fish",
".swift",
".scala",
".erl",
".ex",
".exs",
".clj",
".dart",
".vb",
".asm",
".bib",
".rtf",
".man",
".me",
".ms",
".r",
".tex",
".dtd",
".wxml",
".plist",
}
Functions ¶
func GuidesFolderFromWorkingDirectory ¶
func GuidesFolderFromWorkingDirectory() string
func MarkdownFormatting ¶
Types ¶
type ChangeViewingGuideMsg ¶
type ChangeViewingGuideMsg string
type Guide ¶
type Guide string
func (Guide) CheckIfExists ¶
func (Guide) GetFileName ¶
func (Guide) GetFullPath ¶
Click to show internal directories.
Click to hide internal directories.