Add miscellaneous stuff

This commit is contained in:
Thelonius Kort
2023-03-15 10:56:30 +01:00
parent 61253f301a
commit 43f3ea193f
5 changed files with 10 additions and 3 deletions

View File

@ -12,4 +12,10 @@ defmodule OutlookWeb.ViewHelpers do
def tidy_raw(whatever) do
whatever
end
# TODO: implement (and use) the following function
@doc "Strip <a> tags to prevent broken html (or 'breaking') from user input."
def strip_links(html) do
raise "Yet to be implemented!"
end
end