Skip to content

Instantly share code, notes, and snippets.

@ianks
Created August 21, 2019 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianks/7ef16af7a2c85d8833e523a2a25ba0a0 to your computer and use it in GitHub Desktop.
Save ianks/7ef16af7a2c85d8833e523a2a25ba0a0 to your computer and use it in GitHub Desktop.
require 'bundler/inline'
gemfile do
source 'https://rubygems.org'
gem 'tty-markdown'
end
print TTY::Markdown.parse <<~MSG
```ruby
def test
puts :testing
end
```
MSG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment