From 170dd42108c771f8829f849889acca798c787bb4 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Thu, 5 Nov 2015 12:31:09 +0800 Subject: [PATCH] fix(jekyll): avoid `footnote_backlink` conversion to an Emoji graphic on iOS BREAKING CHANGE: Appending ︎ to the Unicode-represenation of the reversed arrow will prevent the conversion to an Emoji graphic on iOS. You should update Kramdown settings `footnote_backlink` in your exisitng config. Reference: - https://github.com/jekyll/jekyll/issues/3751 - https://twitter.com/jasoncodes/status/590356654790574080 - https://github.com/sparanoid/almace-scaffolding/commit/d9d14a9f9088e66407c8c82098fcc02bfa1d2c10 --- _config.init.yml | 1 + _config.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/_config.init.yml b/_config.init.yml index c0772e604..3d4e9cd25 100644 --- a/_config.init.yml +++ b/_config.init.yml @@ -43,6 +43,7 @@ kramdown: hard_wrap: false syntax_highlighter: rouge transliterated_header_ids: true + footnote_backlink: "↩︎" redcarpet: extensions: diff --git a/_config.yml b/_config.yml index 2af399c6b..e3372de8c 100644 --- a/_config.yml +++ b/_config.yml @@ -43,6 +43,7 @@ kramdown: hard_wrap: false syntax_highlighter: rouge transliterated_header_ids: true + footnote_backlink: "↩︎" redcarpet: extensions: