module ActionText::PlainTextConversion
def plain_text_for_blockquote_node(node, index)
def plain_text_for_blockquote_node(node, index) text = plain_text_for_block(node) text.sub(/\A(\s*)(.+?)(\s*)\Z/m, '\1“\2”\3') end
def plain_text_for_blockquote_node(node, index) text = plain_text_for_block(node) text.sub(/\A(\s*)(.+?)(\s*)\Z/m, '\1“\2”\3') end