/markdown-cli

Primary LanguageGoMIT LicenseMIT

Markdown cli renderer

A cli tool that renders markdown, based on glamour

last commit repo size

Usage

A simple cli tool, written in Go, that outputs formattted markdown, using the Go library 'github.com/charmbracelet/glamour'.

Usage: Input arguments work similarly to 'cat': list one or more file names to output the file contents. If no file name is given, stdin is used as input.

Options:

  • --help Print this help text
  • --style=dark Set a glamour style. Possible options: ascii | dark | dracula | light | notty | pink (default: dark)