Method: Metanorma::Standoc::TrStyleInlineMacro#process

Defined in:
lib/metanorma/standoc/macros_inline.rb

#process(parent, _target, attrs) ⇒ Object



158
159
160
161
# File 'lib/metanorma/standoc/macros_inline.rb', line 158

def process(parent, _target, attrs)
  out = Asciidoctor::Inline.new(parent, :quoted, attrs["text"]).convert
  %{<tr-style>#{out}</tr-style>}
end