Skip to content

Instantly share code, notes, and snippets.

@ttscoff
Created November 15, 2011 21:56
Show Gist options
  • Save ttscoff/1368509 to your computer and use it in GitHub Desktop.
Save ttscoff/1368509 to your computer and use it in GitHub Desktop.
wiki to html with wikicloth
#!/usr/bin/ruby
require 'rubygems'
require 'wikicloth'
@wiki = WikiCloth::Parser.new({ :data => ARGF.read })
puts @wiki.to_html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment