Class: ReverseMarkdown::Converters::Dl

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

Instance Method Summary collapse

Instance Method Details

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



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

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