You are here

public function ParsedMarkdown::jsonSerialize in Markdown 8.2

File

src/Render/ParsedMarkdown.php, line 161

Class

ParsedMarkdown
The end result of parsing markdown into HTML.

Namespace

Drupal\markdown\Render

Code

public function jsonSerialize() {
  return $this
    ->__toString();
}