From 8c45ad58f412e506fadf1dbadf1a8d1c2c08e500 Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Fri, 16 Oct 2015 21:18:28 -0400 Subject: [PATCH] Updating Readme file for footnote backlink changes. --- Readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Readme.md b/Readme.md index 4facd76..bc63c79 100644 --- a/Readme.md +++ b/Readme.md @@ -187,6 +187,16 @@ Current Version of the special attribute block). Credits to Mario Konrad for providing the implementation. +* The curled arrow character for the backlink in footnotes is now followed + by a Unicode variant selector to prevent it from being displayed in emoji + form on iOS. + + Note that in older browsers the variant selector is often interpreted as a + separate character, making it visible after the arrow. So there is now a + also a `fn_backlink_html` configuration variable that can be used to set + the link text to something else. Credits to Dana for providing the + implementation. + PHP Markdown Lib 1.5.0 (1 Mar 2015)