aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormax397574 <[email protected]>2021-10-22 08:38:20 +0200
committermax397574 <[email protected]>2021-10-22 08:38:20 +0200
commit4e9e2192267db7fa242f3398938dbda726f6483f (patch)
tree3a0bd7316f44459e39b734c9553626a59020c251
parenteeccc54b761a4cc284ff3c58bf3b2e5960714882 (diff)
fix(readme): 🐛fixed codeblocks
-rw-r--r--readme.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 1621678..af763f6 100644
--- a/readme.md
+++ b/readme.md
@@ -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>