File: inline_wiki.rb

package info (click to toggle)
tdiary-contrib 5.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,576 kB
  • ctags: 1,957
  • sloc: ruby: 16,900; lisp: 514; xml: 451; php: 61; sql: 40; sh: 35; makefile: 33
file content (6 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
# Copyright (C) 2009 Hideki Sakamoto <hs@on-sky.net>
require 'hikidoc'

def inline_wiki(buf)
  HikiDoc::to_html(buf)
end