Keep note ownership in frontmatter and shiz
This commit is contained in:
parent
25bcf4d706
commit
03b6bb12ca
6 changed files with 136 additions and 54 deletions
5
go.mod
5
go.mod
|
|
@ -9,3 +9,8 @@ require (
|
|||
github.com/pelletier/go-toml/v2 v2.2.3
|
||||
github.com/teekennedy/goldmark-markdown v0.5.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/yuin/goldmark-meta v1.1.0 // indirect
|
||||
gopkg.in/yaml.v2 v2.3.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue