mdfmt icon indicating copy to clipboard operation
mdfmt copied to clipboard

Like gofmt, but for Markdown with front matter.

Results 2 mdfmt issues
Sort by recently updated
recently updated
newest added

Can't seem to install `mdfmt`. Receiving error: ``` go/src/github.com/moorereason/mdfmt/main.go:64:15: undefined: parser.ReadFrom ```

enhancement

The following should be valid CommonMark Markdown per the spec: ~~~markdown ```foo bar code code code ``` ~~~ However, `mdfmt` normalizes it to: ~~~markdown ```foo code code code ``` ~~~