thiamsantos / mdpreview

Preview markdown files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mdpreview

Preview markdown files.

Markdown files are rendered using Github API. GitHub Markdown style are provided by github-markdown-css.

Installation

You need go installed and GOBIN in your PATH. Once that is done, run the command:

$ go get -u github.com/thiamsantos/mdpreview

Usage

Usage
  $ mdpreview [options]

Options
  -i string
        Markdown file to render (default "README.md")

Examples
  $ mdpreview
  $ mdpreview -f some/file.md

About

Preview markdown files

License:Apache License 2.0


Languages

Language:Go 100.0%