HTMLKit
HTMLKit copied to clipboard
Create and render HTML templates with HTMLKit
I’m really struggling to get my head around the design of the templating system. In the following example, how do I access values from the context and use them in...
The attributes for accessibility (https://www.w3.org/TR/wai-aria-1.1/) aren't implemented yet.
Why we not using SwiftUI-like "some Content" to constraint body rather using "AnyContent"? Is there some limitation keeping us away from using it?
I get the following error ```bash Error Domain=NSXMLParserErrorDomain Code=76 "Line 5: Opening and ending tag mismatch: meta line 4 and head " UserInfo={NSLocalizedDescription=Line 5: Opening and ending tag mismatch: meta...
The AnyContent protocol has a property scripts, wich has the type AnyContent. I would like to change it to a type of String. ```swift public protocol AnyContent { ... var...
This PR includes the final changes for the release of 3.0-8. It ensures the availability of markdown (at least by choice) and addresses two warnings that are appearing during the...
This merge is about the components.
There is no initialisation for localization on the text component. We need to find a way to implement it, since it is a common scenario.
Wait for a better browser support: [Can I Use](https://caniuse.com/?search=nesting)