object HtmlFormat extends Format[Html]
Ordering
- Alphabetic
- By Inheritance
Inherited
- HtmlFormat
- Format
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val empty: Html
Generate an empty HTML fragment
Generate an empty HTML fragment
- Definition Classes
- → Format
- def escape(text: String): Html
Creates a safe (escaped) HTML fragment.
- def fill(elements: Seq[Html]): Html
Create an HTML Fragment that holds other fragments.
Create an HTML Fragment that holds other fragments.
- Definition Classes
- → Format
- def raw(text: String): Html
Creates a raw (unescaped) HTML fragment.
Formatter for HTML content.