'footnote_', * )); * ``` * * Note that in order to use this helper you need to install "michelf/php-markdown" Composer package. * * For more details please refer to [PHP Markdown library documentation](http://michelf.ca/projects/php-markdown/). * @author Alexander Makarov * @since 2.0 */ class Markdown extends MarkdownBase { }