# Source code embedded plugin for tDiary. # Copyright (C) 2012 Koichiro Ohba # License under MIT. add_header_proc do <<-EOS EOS end def code(content, lang = nil) <<-EOS
#{content}
EOS end