Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 891 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 891 Bytes

Markdown reader/writer

Latest Release GoDoc GoReportCard

This is a simple markdown reader/writer in golang that can reads markdown files and writes to markdown files.

Features

  • Read markdown files
  • Write markdown files
  • Parse front matter of markdown files (parse yaml front matter with gopkg.in/yaml.v3)

How to use

To lazy to write a documentation, you can found examples in the markdown_test.go file.