Created
April 19, 2015 15:38
-
-
Save pchaigno/9c97efc0cd3a1a0e35c2 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 '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