Began implementing YAML metadata
This commit is contained in:
parent
7915a4bb09
commit
68d2ddb692
6 changed files with 108 additions and 16 deletions
5
go.mod
5
go.mod
|
@ -2,4 +2,7 @@ module github.com/ficcdaf/zona
|
|||
|
||||
go 1.23.2
|
||||
|
||||
require github.com/gomarkdown/markdown v0.0.0-20241105142532-d03b89096d81 // indirect
|
||||
require (
|
||||
github.com/gomarkdown/markdown v0.0.0-20241105142532-d03b89096d81
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue