From 716a26075d6bfba2f2d03aa8b71d5e09d0c87d52 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 a3e929d28f5..20312a11a12 100644 --- a/_config.yml +++ b/_config.yml @@ -152,6 +152,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