class League / CommonMark / Event / DocumentPreParsedEvent
final

DocumentPreParsedEvent

Event dispatched when the document is about to be parsed

Extends

Properties

private

$document

Default: null
private

$markdown

Default: null

Methods

public

__construct ( Document $document , MarkdownInputInterface $markdown ) : void

public

getDocument ( ) : void

public

getMarkdown ( ) : void

public

replaceMarkdown ( MarkdownInputInterface $markdownInput ) : void