decodeHtmlEntities = $this->config['decodeHtmlEntities']; (new Blocks($this->parser, $text))->parse(); (new LinkReferences($this->parser, $text))->parse(); (new InlineCode($this->parser, $text))->parse(); (new Images($this->parser, $text))->parse(); (new Links($this->parser, $text))->parse(); (new Strikethrough($this->parser, $text))->parse(); (new Subscript($this->parser, $text))->parse(); (new Superscript($this->parser, $text))->parse(); (new Emphasis($this->parser, $text))->parse(); (new ForcedLineBreaks($this->parser, $text))->parse(); } }