Class: ReverseMarkdown::Converters::Dd

Inherits:
Base
  • Object
show all
Defined in:
lib/solargraph/converters/dd.rb

Instance Method Summary collapse

Instance Method Details

#convert(node, state = {}) ⇒ Object



4
5
6
7
# File 'lib/solargraph/converters/dd.rb', line 4

def convert node, state = {}
  content = treat_children(node, state)
  ": #{content.strip}\n"
end