rust-md2html 0.1.0

A simple Rust CLI to convert Markdown to HTML with file watching
<h1>Poker::Ruby</h1>
<p>Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file <code>lib/poker/ruby</code>. To experiment with that code, run <code>bin/console</code> for an interactive prompt.</p>
<p>TODO: Delete this and the text above, and describe your gem</p>
<h2>Installation</h2>
<p>Add this line to your application's Gemfile:</p>
<pre><code class="language-ruby">gem 'poker-ruby'
</code></pre>
<p>And then execute:</p>
<pre><code>$ bundle install
</code></pre>
<p>Or install it yourself as:</p>
<pre><code>$ gem install poker-ruby
</code></pre>
<h2>Usage</h2>
<p>TODO: Write usage instructions here</p>
<h2>Development</h2>
<p>After checking out the repo, run <code>bin/setup</code> to install dependencies. Then, run <code>rake spec</code> to run the tests. You can also run <code>bin/console</code> for an interactive prompt that will allow you to experiment.</p>
<p>To install this gem onto your local machine, run <code>bundle exec rake install</code>. To release a new version, update the version number in <code>version.rb</code>, and then run <code>bundle exec rake release</code>, which will create a git tag for the version, push git commits and the created tag, and push the <code>.gem</code> file to <a href="https://rubygems.org">rubygems.org</a>.</p>
<h2>Contributing</h2>
<p>Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/poker-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the <a href="https://github.com/%5BUSERNAME%5D/poker-ruby/blob/master/CODE_OF_CONDUCT.md">code of conduct</a>.</p>
<h2>License</h2>
<p>The gem is available as open source under the terms of the <a href="https://opensource.org/licenses/MIT">MIT License</a>.</p>
<h2>Code of Conduct</h2>
<p>Everyone interacting in the Poker::Ruby project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the <a href="https://github.com/%5BUSERNAME%5D/poker-ruby/blob/master/CODE_OF_CONDUCT.md">code of conduct</a>.</p>