Module: IsoDoc::Iho::BaseConvert
- Included in:
- HtmlConvert, PdfConvert, WordConvert
- Defined in:
- lib/isodoc/iho/base_convert.rb
Instance Method Summary collapse
- #configuration ⇒ Object
-
#error_parse(node, out) ⇒ Object
terms not defined in standoc.
Instance Method Details
#configuration ⇒ Object
13 14 15 |
# File 'lib/isodoc/iho/base_convert.rb', line 13 def configuration Metanorma::Iho.configuration end |
#error_parse(node, out) ⇒ Object
terms not defined in standoc
5 6 7 8 9 10 11 |
# File 'lib/isodoc/iho/base_convert.rb', line 5 def error_parse(node, out) case node.name when "appendix" then clause_parse(node, out) else super end end |