Commit f56c4fad authored by Sean McGivern's avatar Sean McGivern

Merge branch 'dm-emoji-filtter-comment' into 'master'

Remove outdated comment from emoji_filter.rb

See merge request gitlab-org/gitlab-ce!20306
parents 7e9f46d0 972248b6
...@@ -3,10 +3,6 @@ module Banzai ...@@ -3,10 +3,6 @@ module Banzai
# HTML filter that replaces :emoji: and unicode with images. # HTML filter that replaces :emoji: and unicode with images.
# #
# Based on HTML::Pipeline::EmojiFilter # Based on HTML::Pipeline::EmojiFilter
#
# Context options:
# :asset_root
# :asset_host
class EmojiFilter < HTML::Pipeline::Filter class EmojiFilter < HTML::Pipeline::Filter
IGNORED_ANCESTOR_TAGS = %w(pre code tt).to_set IGNORED_ANCESTOR_TAGS = %w(pre code tt).to_set
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment