The default Content type to use for this content.
The default Content type to use for this content.
The content String.
The content String.
Sub elements to traverse when creating the resultant string
Sub elements to traverse when creating the resultant string
Formatted content
Formatted content
Appendable content using a StringBuilder. Either specify elements or text, not both.
Using an Either[TraversableOnce[A], String] impacts performance in an already contentious part of code, so it has been done with both parameters instead.
self-type