You are here

public property MarkdownExtra::$fn_backlink_html in Markdown 7

* 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

includes/MarkdownExtra.php, line 47

Class

MarkdownExtra
Markdown Extra Parser Class

Namespace

Michelf

Code

public $fn_backlink_html = '↩︎';