You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/html/pipeline/emoji_filter.rb
+32-14Lines changed: 32 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,6 @@ class Pipeline
14
14
# :asset_root (required) - base url to link to emoji sprite
15
15
# :asset_path (optional) - url path to link to emoji sprite. :file_name can be used as a placeholder for the sprite file name. If no asset_path is set "emoji/:file_name" is used.
16
16
classEmojiFilter < Filter
17
-
# Build a regexp that matches all valid :emoji: names.
# :file_name can be used in the asset_path as a placeholder for the sprite file name. If no asset_path is set in the context "emoji/:file_name" is used.
64
60
# Returns the context's asset_path or the default path if no context asset_path is given.
0 commit comments