Skip to content

Instantly share code, notes, and snippets.

View huangcd's full-sized avatar

Huang Chongdi huangcd

  • Microsoft Research Asia
  • Beijing, China
View GitHub Profile
@huangcd
huangcd / wordpress_md.rb
Created July 23, 2012 08:12 — forked from DrayChou/wordpress_md.rb
wordpress blog -> markdown
# coding: utf-8
require 'rubygems'
require 'hpricot'
require 'fileutils'
require 'time'
require 'ya2yaml'
require 'nokogiri'
require 'cgi'
require 'chinese_pinyin'