$text
$text :
HTML Exporter
Translates content to partial HTML.
export(\Ceo\Core\Models\Content $content) : string
Return properly formatted HTML document. Will throw Ceo\Exceptions\ExportException on failure.
Errors during the export process MUST throw a Ceo\Core\Exceptions\ExportException instance.
\Ceo\Core\Models\Content | $content |