This is a simple markdown reader/writer in golang that can reads markdown files and writes to markdown files.
- Read markdown files
- Write markdown files
- Parse front matter of markdown files (parse yaml front matter with
gopkg.in/yaml.v3
)
To lazy to write a documentation, you can found examples in the markdown_test.go
file.