No commit activity in last 3 years
No release in over 3 years
Previw your wiki file as local html file. (format: markdown, rest, textile, rdoc and so on.)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.11.0

Runtime

~> 0.3.6
~> 0.5.0
~> 0.9.0
~> 3.6.0
= 2.0.0
~> 4.2.0
~> 2.4.0
~> 0.7.0
 Project Readme

Markup Previw Command

Build Status

We use this library on Github when rendering your README or any other rich text file, When We are editing by Emacs or other editor.

Markups

The following markups are supported. Because We use github-markup gem.

Installation

gem install markup-preview-command

Usage

markup-preview --filepath foo --markup markdown --output browser
markup-preview --filepath foo.md --output browser
markup-preview -f foo.md -o browser
cat bar.md | markup-preview -m markdown

Or, more realistically:

Put markup-preview.el in your load-path.
cp path/to/markup-preview-command/etc/markup-preview.el ${HOME}/.emacs.d/elisp/markup-preview.el

Add following code.
(require 'markup-preview)
(global-set-key (kbd "M--") 'markup-preview) ; key bind example

Contributing

Fork, fix, then send me a pull request.

Copyright

Copyright (c) mori_dev. See LICENSE for details.