Remove outdated comment from emoji_filter.rb
This commit is contained in:
parent
7e9f46d0dc
commit
972248b602
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue