Class: Metanorma::Standoc::Block::SourcecodeMarkup
- Inherits:
-
Struct
- Object
- Struct
- Metanorma::Standoc::Block::SourcecodeMarkup
- Defined in:
- lib/metanorma/cleanup/block.rb
Overview
State threaded through … }} sourcecode-markup processing. open: inside a span; inline: that span opened in the current text node (so its content is convertible, not merely delimiter-stripped); buf: the open span’s content so far; out: the rebuilt node content.
Instance Attribute Summary collapse
-
#buf ⇒ Object
Returns the value of attribute buf.
-
#inline ⇒ Object
Returns the value of attribute inline.
-
#node ⇒ Object
Returns the value of attribute node.
-
#open ⇒ Object
Returns the value of attribute open.
-
#out ⇒ Object
Returns the value of attribute out.
Instance Attribute Details
#buf ⇒ Object
Returns the value of attribute buf
173 174 175 |
# File 'lib/metanorma/cleanup/block.rb', line 173 def buf @buf end |
#inline ⇒ Object
Returns the value of attribute inline
173 174 175 |
# File 'lib/metanorma/cleanup/block.rb', line 173 def inline @inline end |
#node ⇒ Object
Returns the value of attribute node
173 174 175 |
# File 'lib/metanorma/cleanup/block.rb', line 173 def node @node end |
#open ⇒ Object
Returns the value of attribute open
173 174 175 |
# File 'lib/metanorma/cleanup/block.rb', line 173 def open @open end |
#out ⇒ Object
Returns the value of attribute out
173 174 175 |
# File 'lib/metanorma/cleanup/block.rb', line 173 def out @out end |