From 4e9e2192267db7fa242f3398938dbda726f6483f Mon Sep 17 00:00:00 2001 From: max397574 Date: Fri, 22 Oct 2021 08:38:20 +0200 Subject: =?UTF-8?q?fix(readme):=20=F0=9F=90=9Bfixed=20codeblocks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1621678..af763f6 100644 --- a/readme.md +++ b/readme.md @@ -168,18 +168,21 @@ oldfiles_amount = , Content for type = "text", table +

```lua content = { "This is:", "Startup.nvim", "by max397574" } -``` +```title +

Content for type = "text", function +

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

-- cgit v1.2.3