Facebook\HHAPIDoc\MarkdownExt\RenderContext::getOutputFormat()

Get the format of documentation we are generated

public function getOutputFormat(): Facebook\HHAPIDoc\OutputFormat;

This should be used minimally; users should generally expect identical output in different formats.

For example, syntax highlighting is applied to code blocks when we are generating HTML.

Returns