diff options
-rw-r--r-- | tools/note.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/note.lua b/tools/note.lua index e422468..199d5c0 100644 --- a/tools/note.lua +++ b/tools/note.lua @@ -13,7 +13,7 @@ function Link(link) end return {pandoc.Link(text, "/notes/"..link.target..".html")} else - return link + return link end end @@ -26,7 +26,7 @@ function Image(image) return {video} end else - return image + return image end end |