You are here

public property MarkdownExtra::$fn_backlink_html in Express 8

* Content to be displayed within footnote backlinks. The default is '↩'; * the U+FE0E on the end is a Unicode variant selector used to prevent iOS * from displaying the arrow character as an emoji. *

Type: string

File

vendor/michelf/php-markdown/Michelf/MarkdownExtra.php, line 47

Class

MarkdownExtra
Markdown Extra Parser Class

Namespace

Michelf

Code

public $fn_backlink_html = '↩︎';