added comment

This commit is contained in:
Daniel Fichtinger 2025-01-05 03:58:44 -05:00
parent 4d27581f0a
commit 4315348cf5

View file

@ -101,6 +101,9 @@ func buildPageData(m Metadata, in string, out string, settings *Settings) *PageD
return p
}
// WARNING: This is a reference implementation
// with passing tests but not likely to work in
// the broader scope of the program!
func BuildHtmlFile(in string, out string, settings *Settings) error {
mdPre, err := util.ReadFile(in)
if err != nil {