MD2Starter is a CLI tool to convert from Markdown into Re:VIEW Starter. This command uses Redcarpet gem to parse markdown.
Install it yourself as:
$ gem install md2starter
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.
The gem is available as open source under the terms of the MIT License.
- Initial release
This Gem is based on html2slim and md2review. We thank the authors.