Skip to content

Commit

Permalink
Merge pull request #118 from publify/fix-twitterfilter-naming
Browse files Browse the repository at this point in the history
Fix name and description of Twitterfilter
  • Loading branch information
mvz committed Oct 21, 2023
2 parents 515ba4e + 5b7bafc commit 69df471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/publify_core/text_filter/twitterfilter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

module PublifyCore::TextFilter
class Twitterfilter < TextFilterPlugin::PostProcess
plugin_display_name "HTML Filter"
plugin_description "Strip HTML tags"
plugin_display_name "Twitter Filter"
plugin_description "Convert hashtags and mentions to links"

class TwitterHashtagFilter < HTML::Pipeline::HashtagFilter
def initialize(text)
Expand Down

0 comments on commit 69df471

Please sign in to comment.