Liquex.Filter.append
You're seeing just the function
append
, go back to Liquex.Filter module for more information.
Specs
Appends text
to the end of value
Examples
iex> Liquex.Filter.append("myfile", ".html", %{})
"myfile.html"