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