Sha256: 1ec76f564dcf6e7a443973541c5bd04120af81b788cc3275f54e1ba40986ea69
Contents?: true
Size: 375 Bytes
Versions: 20
Compression:
Stored size: 375 Bytes
Contents
# Source code embedded plugin for tDiary. # Copyright (C) 2012 Koichiro Ohba <koichiro@meadowy.org> # License under MIT. add_header_proc do <<-EOS <script src="https://cdn.jsdelivr.net/gh/google/code-prettify/loader/run_prettify.js"></script> EOS end def code(content, lang = nil) <<-EOS <pre class="prettyprint#{lang ? ' lang-' + lang : ''}"> #{content}</pre> EOS end
Version data entries
20 entries across 19 versions & 2 rubygems