From 326a7c372150791d953f7eff494f65dcd7e0eac8 Mon Sep 17 00:00:00 2001 From: dvs1 Date: Fri, 14 Mar 2025 21:52:57 +1000 Subject: Make the last commit actually work. Would have been nice if the docs told me that was a rope being passed in. And if the docs even mention ropes other than in the utils docs. --- notYetAnotherWiki.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notYetAnotherWiki.lua b/notYetAnotherWiki.lua index 3590af7..7d79304 100755 --- a/notYetAnotherWiki.lua +++ b/notYetAnotherWiki.lua @@ -711,7 +711,7 @@ local lunaLinky = function(url) -- Fix up the links. end function Writer.header(s, level) - local text = table.concat(s) + local text = Lunamark.util.rope_to_string(s) return '' .. text .. '' end local OgWriterLink = Writer.link -- So we can call the original from within mine, we are just changing the URL. -- cgit v1.1