Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
@RequiresOptIn(message = "The HTML/CSS converter is experimental: its API and output may change, and it covers only the subset of HTML and CSS the spec maps. Review converted output before relying on it in production.", level = RequiresOptIn.Level.WARNING)
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY] )
Marks the HTML/CSS converter as experimental.
Link copied to clipboard
object HtmlConverter
Bidirectional bridge between joy-dom Spec and HTML.
Link copied to clipboard
data class HtmlOptions(val styleMode: StyleMode = StyleMode.STYLE_BLOCK_AND_INLINE, val documentMode: DocumentMode = DocumentMode.FULL_DOCUMENT, val prettyPrint: Boolean = true, val indent: String = " ")
Link copied to clipboard