Text filters are used to manipulate text sections.
Import text from Rental Description section formated with HTML tags.
{{ rental.description | html_format }}
<p> Initial description </p>
Auto link to source social media.
{{ site.social.twitter.last_tweet.text | autolink }}
Trim whitespaces from input text.
{{ ' Example String ' | trim_whitespace }}
'ExampleString'
Parameterize input text.
{{ 'rental 094 page' | parameterize }}
rental-094-page