Method: IsoDoc::Function::Blocks#passthrough_parse
- Defined in:
- lib/isodoc/function/blocks.rb
#passthrough_parse(node, out) ⇒ Object
225 226 227 228 229 230 |
# File 'lib/isodoc/function/blocks.rb', line 225 def passthrough_parse(node, out) return if node["format"] && !(node["format"].split(",").include? @format.to_s) out.passthrough node.text end |