rust_playground_highlight
By IanWhitney
Automatically add links to the Rust Playground for code samples in your Jekyll site
To install, add this to your Gemfile
:
gem "rust_playground_highlight"
and run bundle install
. To use, run Jekyll with
bundle exec
preceding it:
$ bundle exec jekyll build
$ bundle exec jekyll serve