From 8608147fb5037804695d93496c62f96b9c41e9cd Mon Sep 17 00:00:00 2001 From: Huanyu Shi Date: Wed, 1 May 2024 23:12:46 +0800 Subject: [PATCH] fix: prevent footnote back arrow from becoming an emoji (#1716) --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 6062ac6..b742e07 100644 --- a/_config.yml +++ b/_config.yml @@ -151,6 +151,7 @@ baseurl: "" # ------------ The following options are not recommended to be modified ------------------ kramdown: + footnote_backlink: "↩︎" syntax_highlighter: rouge syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options css_class: highlight