Skip to content

Instantly share code, notes, and snippets.

@davidfstr
Created August 9, 2015 05:16
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 davidfstr/94d086b036b3d10ab7ca to your computer and use it in GitHub Desktop.
Save davidfstr/94d086b036b3d10ab7ca to your computer and use it in GitHub Desktop.
#!/usr/bin/ruby
# -*- coding: utf-8 -*-
require 'rdiscount'
rd = RDiscount.new("# 中\n\n## 学\n\n####私", :generate_toc)
print rd.to_html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment