Skip to content

Instantly share code, notes, and snippets.

@pchaigno
Created April 19, 2015 15:38
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 pchaigno/9c97efc0cd3a1a0e35c2 to your computer and use it in GitHub Desktop.
Save pchaigno/9c97efc0cd3a1a0e35c2 to your computer and use it in GitHub Desktop.
require 'wikicloth'
@wiki = WikiCloth::Parser.new({
:data => "= Title =\n\n #define R23_HIGH_MOD_ADLER32 r23\n \n #define R18_LOW__ADLER_A r18\n\nEnd of test"
})
puts @wiki.to_html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment