You are here

14 calls to Markdown::encodeAttribute() in Express 8

Markdown::encodeURLAttribute in vendor/michelf/php-markdown/Michelf/Markdown.php
* Encode text for a double-quoted HTML attribute containing a URL, * applying the URL filter if set. Also generates the textual * representation for the URL (removing mailto: or tel:) storing it in $text. * This function is *not* suitable for…
Markdown::_doAnchors_inline_callback in vendor/michelf/php-markdown/Michelf/Markdown.php
* Callback method to parse inline anchors *
Markdown::_doAnchors_reference_callback in vendor/michelf/php-markdown/Michelf/Markdown.php
* Callback method to parse referenced anchors *
Markdown::_doImages_inline_callback in vendor/michelf/php-markdown/Michelf/Markdown.php
* Callback to parse inline image tags *
Markdown::_doImages_reference_callback in vendor/michelf/php-markdown/Michelf/Markdown.php
* Callback to parse references image tags *
Markdown::_generateIdFromHeaderValue in vendor/michelf/php-markdown/Michelf/Markdown.php
* If a header_id_func property is set, we can use it to automatically * generate an id attribute. * * This method returns a string in the form id="foo", or an empty string * otherwise. *
MarkdownExtra::appendFootnotes in vendor/michelf/php-markdown/Michelf/MarkdownExtra.php
* Append footnote list to text *
MarkdownExtra::doExtraAttributes in vendor/michelf/php-markdown/Michelf/MarkdownExtra.php
* Parse attributes caught by the $this->id_class_attr_catch_re expression * and return the HTML-formatted list of attributes. * * Currently supported attributes are .class and #id. * * In addition, this method also supports supplying a…
MarkdownExtra::_appendFootnotes_callback in vendor/michelf/php-markdown/Michelf/MarkdownExtra.php
* Callback for appending footnotes *
MarkdownExtra::_doAbbreviations_callback in vendor/michelf/php-markdown/Michelf/MarkdownExtra.php
* Callback for processing abbreviations *
MarkdownExtra::_doAnchors_inline_callback in vendor/michelf/php-markdown/Michelf/MarkdownExtra.php
* Callback for inline anchors *
MarkdownExtra::_doAnchors_reference_callback in vendor/michelf/php-markdown/Michelf/MarkdownExtra.php
* Callback for reference anchors *
MarkdownExtra::_doImages_inline_callback in vendor/michelf/php-markdown/Michelf/MarkdownExtra.php
* Callback for inline images *
MarkdownExtra::_doImages_reference_callback in vendor/michelf/php-markdown/Michelf/MarkdownExtra.php
* Callback for referenced images *