Skip to content

Instantly share code, notes, and snippets.

@ay65535
Last active December 20, 2015 05:49
Show Gist options
  • Save ay65535/6080758 to your computer and use it in GitHub Desktop.
Save ay65535/6080758 to your computer and use it in GitHub Desktop.

code

require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
sudo iptables -L
if [ -d /var ]; then
    echo 'var'
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment