From 1b4cd366eb2c9394de6a3375e321bcd0ca3c2509 Mon Sep 17 00:00:00 2001 From: max397574 Date: Fri, 22 Oct 2021 12:38:03 +0200 Subject: =?UTF-8?q?fix(readme):=20=F0=9F=90=9Bcodeblocks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 0f045b5..e1eb083 100644 --- a/readme.md +++ b/readme.md @@ -169,6 +169,7 @@ oldfiles_amount = , Content for type = "text", table

+ ```lua content = { "This is:", @@ -176,6 +177,7 @@ content = { "by max397574" } ``` +

@@ -183,6 +185,7 @@ content = { Content for type = "text", function

+ ```lua content = function() local clock = " " .. os.date "%H:%M" @@ -190,5 +193,6 @@ content = function() return {clock,date} end ``` +

-- cgit v1.2.3