Versions in this module Expand all Collapse all v0 v0.1.1 Oct 24, 2025 v0.1.0 Oct 24, 2025 Changes in this version + const MaxFileSize + type MarkdownFile struct + AbsPath string + BaseDir string + FileName string + RelPath string + func FindMarkdownFiles(baseDir string) ([]MarkdownFile, error) + func (mf MarkdownFile) GetOutputDir(baseOutputDir string) string + type Section struct + Content string + Duration float64 + HasTiming bool + Title string + func ParseMarkdownFile(filename string) ([]Section, error)