Module: Bridgetown::Filters::FromLiquid
- Extended by:
- Liquid::StandardFilters
- Included in:
- RubyTemplateView::Helpers
- Defined in:
- bridgetown-core/lib/bridgetown-core/filters/from_liquid.rb
Instance Method Summary collapse
-
#newline_to_br ⇒ Object
-
#strip_html ⇒ Object
-
#strip_newlines ⇒ Object
-
#truncate ⇒ Object
-
#truncate_words ⇒ Object
Instance Method Details
#newline_to_br ⇒ Object
12 |
# File 'bridgetown-core/lib/bridgetown-core/filters/from_liquid.rb', line 12 def newline_to_br(...) = FromLiquid.newline_to_br(...) |
#strip_html ⇒ Object
8 |
# File 'bridgetown-core/lib/bridgetown-core/filters/from_liquid.rb', line 8 def strip_html(...) = FromLiquid.strip_html(...) |
#strip_newlines ⇒ Object
10 |
# File 'bridgetown-core/lib/bridgetown-core/filters/from_liquid.rb', line 10 def strip_newlines(...) = FromLiquid.strip_newlines(...) |
#truncate ⇒ Object
14 |
# File 'bridgetown-core/lib/bridgetown-core/filters/from_liquid.rb', line 14 def truncate(...) = FromLiquid.truncate(...) |
#truncate_words ⇒ Object
16 |
# File 'bridgetown-core/lib/bridgetown-core/filters/from_liquid.rb', line 16 def truncate_words(...) = FromLiquid.truncatewords(...) |