Module: Lydown::Parsing::FiguresComponent

Defined in:
lib/lydown/parsing/nodes.rb

Instance Method Summary collapse

Instance Method Details

#to_stream(note, opts) ⇒ Object



210
211
212
213
# File 'lib/lydown/parsing/nodes.rb', line 210

def to_stream(note, opts)
  note[:figures] ||= []
  note[:figures] << text_value
end