class MarkdownEngine extends Parsedown

This class extends Parsedown and adds functionality to enable or disable functionality

Methods

__construct()

Constructor for our extension of Parsedown

setAllowImages(bool $allowImages)

Disable or enable Parsedown from rendering images

Details

at line line 25
__construct()

Constructor for our extension of Parsedown

at line line 79
setAllowImages(bool $allowImages)

Disable or enable Parsedown from rendering images

Parameters

bool $allowImages Whether to allow images to be rendered or not