Sha256: bbe29cb22c5e7891cf55714de38eca20d45505557d88b3ae826d75758718d89d
Contents?: true
Size: 337 Bytes
Versions: 4
Compression:
Stored size: 337 Bytes
Contents
module IsoDoc module Iho module BaseConvert # terms not defined in standoc def error_parse(node, out) case node.name when "appendix" then clause_parse(node, out) else super end end def configuration Metanorma::Iho.configuration end end end end
Version data entries
4 entries across 4 versions & 1 rubygems