Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 340 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 340 Bytes

this is a test readme file

daniel

# this NIC must be on management network
auto eth1
iface eth1 inet static
    address 10.200.10.10
    netmask 255.255.255.0
    gateway 10.200.10.1
    dns-nameservers 8.8.8.8 8.8.4.4
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html