module Bridgetown::Filters::FromLiquid

Public Instance Methods

newline_to_br(input) click to toggle source
# File lib/bridgetown-core/filters/from_liquid.rb, line 16
def newline_to_br(input)
  FromLiquid.newline_to_br(input)
end
strip_html(input) click to toggle source
# File lib/bridgetown-core/filters/from_liquid.rb, line 8
def strip_html(input)
  FromLiquid.strip_html(input)
end
strip_newlines(input) click to toggle source
# File lib/bridgetown-core/filters/from_liquid.rb, line 12
def strip_newlines(input)
  FromLiquid.strip_newlines(input)
end