From d7acdfd67f05aaf68381f9372fc960c4e8f5dd6b Mon Sep 17 00:00:00 2001 From: dvs1 Date: Thu, 20 Mar 2025 20:28:27 +1000 Subject: A better symbol for going up to the top. --- notYetAnotherWiki.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notYetAnotherWiki.lua') diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua index c5814f3..364030f 100755 --- a/notYetAnotherWiki.lua +++ b/notYetAnotherWiki.lua @@ -763,7 +763,7 @@ function Writer.header(s, level) local text = Lunamark.util.rope_to_string(s) -- FIXME - Work around a bug in Lunamark? text = RE.gsub(text, "{[\\]}", "") - return '' .. text .. ' 👆' + return '' .. text .. ' 🔼' end local OgWriterLink = Writer.link -- So we can call the original from within mine, we are just changing the URL. function Writer.link(lab, url, tit) -- cgit v1.1