Remove outdated comment from emoji_filter.rb

This commit is contained in:
Douwe Maan 2018-07-02 11:08:24 +00:00
parent 7e9f46d0dc
commit 972248b602
1 changed files with 0 additions and 4 deletions

View File

@ -3,10 +3,6 @@ module Banzai
# HTML filter that replaces :emoji: and unicode with images.
#
# Based on HTML::Pipeline::EmojiFilter
#
# Context options:
# :asset_root
# :asset_host
class EmojiFilter < HTML::Pipeline::Filter
IGNORED_ANCESTOR_TAGS = %w(pre code tt).to_set