File: kramdown-rfc

package info (click to toggle)
ruby-kramdown-rfc2629 1.7.31-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,044 kB
  • sloc: ruby: 3,916; makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 143 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-
require 'ostruct'

$options ||= OpenStruct.new

$options.v3 = true
require 'kramdown-rfc/command'