Render markdown in stream
bundle add streamdIf bundler is not being used to manage dependencies, install the gem by executing:
gem install streamdmarkdown_stream = File.foreach('/path/to/file.md')
Streamd.print(markdown_stream)Follow your heart.
The gem is available as open source under the terms of the MIT License.