module ActionText::PlainTextConversion
def indentation_for_li_node(node)
def indentation_for_li_node(node) depth = list_node_depth_for_node(node) if depth > 1 " " * (depth - 1) end end
def indentation_for_li_node(node) depth = list_node_depth_for_node(node) if depth > 1 " " * (depth - 1) end end