class KramdownRFC::KDRFC

def run_idnits(txt_fn)

def run_idnits(txt_fn)
  unless system("idnits", txt_fn)
    warn "*** problem #$? running idnits"
  end
end