master
emoji_filter
def emoji_filter(content, selector) # use nokogiri to parse html doc = Nokogiri::HTML(content) body = doc.at('body')