Icro icon indicating copy to clipboard operation
Icro copied to clipboard

Split up HTMLContent parsing into HTMLContentBuilder

Open hartlco opened this issue 5 years ago • 0 comments

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.

hartlco avatar Feb 23 '20 06:02 hartlco