An open API service indexing awesome lists of open source software.

https://github.com/purplebooth/gfmfmt

Format your markdown into a standard format using pandoc
https://github.com/purplebooth/gfmfmt

Last synced: over 1 year ago
JSON representation

Format your markdown into a standard format using pandoc

Awesome Lists containing this project

README

          

# gfmfmt

Format your markdown into a standard format using
[pandoc](https://pandoc.org/)

## A note on Markdown Flavours

While it may appear that Markdown is a single standard, that's not quite
true, there's lots of little extensions to it that make it not exactly
the same across the board. This is intended for use with "[GitHub
Flavoured
Markdown](https://docs.github.com/en/github/writing-on-github)". You can
read more about this on the [pandoc
docs](https://pandoc.org/MANUAL.html#markdown-variants).

The name comes from this fact: gfmfmt, GitHub Flavoured Markdown
Formatter.

## Usage

``` shell
gfmfmt
Billie Thompson
Format GitHub flavour markdown

USAGE:
gfmfmt ...

ARGS:
... Markdown files or folders containing markdown
```

## Installing

Download [gfmfmt](https://github.com/PurpleBooth/gfmfmt/releases/latest)
from the release page

Alternatively use homebrew

``` shell
brew install PurpleBooth/repo/gfmfmt
```