From 2daf4211c550f20041ec0532793b4d029f7f3a6e Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Thu, 9 Feb 2023 12:10:02 -0500 Subject: Fix mobile layout --- tools/note.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/note.lua b/tools/note.lua index d684aaa..8a790fc 100644 --- a/tools/note.lua +++ b/tools/note.lua @@ -18,7 +18,7 @@ function Image(image) local s_begin, s_end = string.find(image.src, "youtube:") if s_begin ~= nil then local url = "https://www.youtube.com/embed/" .. string.sub(image.src, s_end+1, -1) - local video = pandoc.RawInline("html", string.format("
", url)) + local video = pandoc.RawInline("html", string.format("
", url)) return {video} end else -- cgit v1.2.3