Project

md2starter

0.0
No release in over a year
A converter from Markdown to Re:VIEW Starter. It uses redcarpet.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

MD2Starter

MD2Starter is a CLI tool to convert from Markdown into Re:VIEW Starter. This command uses Redcarpet gem to parse markdown.

Installation

Install it yourself as:

$ gem install md2starter

Usage

You may convert files using the included executables md2starter.

$ md2starter -h
Usage: md2starter INPUT_FILENAME_OR_DIRECTORY [OUTPUT_FILENAME_OR_DIRECTORY] [options]
        --trace                      Show a full traceback on error
    -d, --delete                     Delete markdown files
    -m, --math                       Math markdown enable
    -h, --help                       Show this message
    -v, --version                    Print version

See USAGE.md for more information on Markdown and Starter format notation.

License

The gem is available as open source under the terms of the MIT License.

History

v1.0.0

  • Initial release

Author

Atelier Mirai

Thanks

This Gem is based on html2slim and md2review. We thank the authors.

OFFICIAL REPOSITORY

https://github.com/Atelier-Mirai/md2starter