Skip to content

Kazuma/Marpet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marpet

Marpet is convert HTML into Markdown using the redcarpet.

Code Climate Dependency Status endorse

Installation

The Marpet source is available at GitHub:

$ git clone git://github.com/Kazuma/marpet.git

Or, bundlizer:

$ bundlizer install Kazuma/Marpet

Usage

$ marpet input.md                # stdout
$ marpet input.md > output.html  # write output into HTML

configre the settings for vim-quickrun. (.vimrc)

let g:quickrun_config['markdown'] = { 'command': 'marpet', 'outputter': 'browser', 'exec': ['%c %s'], }

LICENSE

© 2012 Kazuma, Muramatsu. This project is licensed under the MIT license. See LICENSE for details.

About

Marpet is convert HTML into Markdown using the redcarpet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages