diff options
author | max397574 <[email protected]> | 2021-10-22 08:38:20 +0200 |
---|---|---|
committer | max397574 <[email protected]> | 2021-10-22 08:38:20 +0200 |
commit | 4e9e2192267db7fa242f3398938dbda726f6483f (patch) | |
tree | 3a0bd7316f44459e39b734c9553626a59020c251 | |
parent | eeccc54b761a4cc284ff3c58bf3b2e5960714882 (diff) |
fix(readme): 🐛fixed codeblocks
-rw-r--r-- | readme.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -168,18 +168,21 @@ oldfiles_amount = <amount>, <summary> Content for type = "text", table </summary> +<p> ```lua content = { "This is:", "Startup.nvim", "by max397574" } -``` +```title +</p> </details> <details> <summary> Content for type = "text", function </summary> +<p> ```lua content = function() local clock = " " .. os.date "%H:%M" @@ -187,4 +190,5 @@ content = function() return {clock,date} end ``` +</p> </details> |