Cleanup some code

This commit is contained in:
Thelonius Kort
2023-01-04 15:27:30 +01:00
parent 9a7dc7cf80
commit 49b72cbf68
2 changed files with 10 additions and 7 deletions

View File

@ -56,7 +56,7 @@ defmodule Outlook.InternalTree.RawInternalBasic do
Logger.info "inline_tree #{inline_tree |> inspect}"
partition_inlinelevel(inline_tree)
|> chunk_with_list()
|> Html.strip_attributes # to be implemented
|> Html.strip_attributes
|> Enum.map(fn sentence ->
%TranslationUnit{
content: Html.to_html(sentence),