Updates and fixes

This commit is contained in:
2025-10-25 00:04:37 -04:00
parent 743fc51873
commit 58a8419984
8 changed files with 174 additions and 13 deletions

View File

@@ -27,7 +27,7 @@ public class HTMLParser {
}
*/
//TODO: Not really an html node..
public class HTMLText : HTMLNode, IFlowContent {
public class HTMLText : HTMLNode, IFlowContent, IPhrasing, IFlow {
public var content: String