Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 308 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 308 Bytes
  • AdjacencyUtilities

  • Adjacency Utilities Add change #1

Add change #2

:panda:

require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
First Header Second Header
Content Cell Content Cell
Content Cell Content Cell

End