Icro
Icro copied to clipboard
Split up HTMLContent parsing into HTMLContentBuilder
Currently the model Handels the creation of the HTMLContent. This couples the model tightly to the SwiftSoup dependencies and logic needed for the creation of the attributed String.
Splitting it up in the pure HTMLContent
and a builder that creates the HTMLContent
will solve this issue.