IceCubesApp/Packages/Models
Gareth Simpson c1205036a2
This simplifies the parser. Having read the spec more closely as part of investigating bug 855, I was overcomplicating it. The server promises to send html so we should render it that way, not with heuristics. (#900)
This puts in line breaks exclusively where there are <br>s and takes out other line breaks that are in the body text.

*Doesn't* fix bug 855
2023-02-17 06:31:24 +01:00
..
Sources/Models This simplifies the parser. Having read the spec more closely as part of investigating bug 855, I was overcomplicating it. The server promises to send html so we should render it that way, not with heuristics. (#900) 2023-02-17 06:31:24 +01:00
Tests/ModelsTests Swiftformat 2023-01-17 11:36:01 +01:00
.gitignore Split Models from Network package 2022-11-29 09:28:17 +01:00
Package.swift Newer, better, faster HTML to Markdown converter (#610) 2023-02-04 08:16:19 +01:00
README.md Split Models from Network package 2022-11-29 09:28:17 +01:00

Models

A description of this package.