ffs, i should have committed wayyy earlier
This commit is contained in:
9
renderer/renderer.go
Normal file
9
renderer/renderer.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package renderer
|
||||
|
||||
func RenderFile(templatePath, jsonPath string) ([]byte, error) {
|
||||
// TODO:
|
||||
// 1) load aliases + template
|
||||
// 2) validate JSON against schema (optional)
|
||||
// 3) apply codecs to produce Markdown
|
||||
return []byte{}, nil
|
||||
}
|
Reference in New Issue
Block a user