toHtml method

String toHtml()

Get HTML content for testing or other purposes

Implementation

String toHtml() {
  return build().toHtml();
}