Streamd

Render markdown in stream

Installation

bundle add streamd

If bundler is not being used to manage dependencies, install the gem by executing:

gem install streamd

Usage

markdown_stream = File.foreach('/path/to/file.md')
Streamd.print(markdown_stream)

Development

Follow your heart.

License

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