Skip to content

Tiny markdown preview server bash script

Notifications You must be signed in to change notification settings

DannyBen/mdview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdview

repocard

Minimal Markdown previewer that renders via GitHub's Markdown API and serves a local HTML file.

Install

Download the executable mdview bash script to any directory that is already in your PATH.

# This downloads the latest release version
wget https://get.dannyb.co/mdview
sudo install mdview /usr/local/bin

Usage

mdview README.md

Access token (optional)

  • Set GITHUB_ACCESS_TOKEN if you want to avoid API rate limits.
  • A standard GitHub personal access token is fine; no special scopes are needed for public Markdown.

Server

About

Tiny markdown preview server bash script

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages