class ReverseMarkdown::Converters::Dl
Public Instance Methods
Source
# File lib/solargraph/converters/dl.rb, line 7 def convert node, state = {} content = treat_children(node, state).strip "\n\n#{content}\n" end
@return [String] @param node [Nokogiri::XML::Element] @param state [Hash]