The gem is built based on markdown-it-rust, which provides a super powerful parser mechanisms with highly-customizeable modular design. (I recommend you to check markdown-it-rust github page if you are interested!)
On top of default parser plugins, this gem adds a few utility add-ons that can be activated via options Packaged as Ruby gem (NOTE: it's still experimental)
Just clone the repository and try bundle exec rake compile to compile the executable.
(bundler >= 2.4, RubyGems 3.4.6 required)
- using with console
$ bin/console
>
- benchmark
$ cd bench
$ ruby bench.rb
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/markdown_it_ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the MarkdownItRubyfiedSample project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.