added comment
This commit is contained in:
parent
4d27581f0a
commit
4315348cf5
1 changed files with 3 additions and 0 deletions
|
@ -101,6 +101,9 @@ func buildPageData(m Metadata, in string, out string, settings *Settings) *PageD
|
||||||
return p
|
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 {
|
func BuildHtmlFile(in string, out string, settings *Settings) error {
|
||||||
mdPre, err := util.ReadFile(in)
|
mdPre, err := util.ReadFile(in)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue