Created
August 21, 2019 13:28
-
-
Save ianks/7ef16af7a2c85d8833e523a2a25ba0a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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