Skip to content

Commit

Permalink
fix(jekyll): avoid footnote_backlink conversion to an Emoji graphic…
Browse files Browse the repository at this point in the history
… 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:

- jekyll/jekyll#3751
- https://twitter.com/jasoncodes/status/590356654790574080
- d9d14a9
  • Loading branch information
sparanoid committed Nov 5, 2015
1 parent 9b09e93 commit 170dd42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ kramdown:
hard_wrap: false
syntax_highlighter: rouge
transliterated_header_ids: true
footnote_backlink: "↩︎"

redcarpet:
extensions:
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ kramdown:
hard_wrap: false
syntax_highlighter: rouge
transliterated_header_ids: true
footnote_backlink: "↩︎"

redcarpet:
extensions:
Expand Down

0 comments on commit 170dd42

Please sign in to comment.