diff options
author | max397574 <[email protected]> | 2021-10-22 12:38:03 +0200 |
---|---|---|
committer | max397574 <[email protected]> | 2021-10-22 12:38:03 +0200 |
commit | 1b4cd366eb2c9394de6a3375e321bcd0ca3c2509 (patch) | |
tree | b3a5225cf377a01bfc726e1d2c0835263b0ee6a7 | |
parent | 1dbf104900881dc56ea428016970b888daaf27c0 (diff) |
fix(readme): 🐛codeblocks
-rw-r--r-- | readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -169,6 +169,7 @@ oldfiles_amount = <amount>, Content for type = "text", table </summary> <p> + ```lua content = { "This is:", @@ -176,6 +177,7 @@ content = { "by max397574" } ``` + </p> </details> <details> @@ -183,6 +185,7 @@ content = { Content for type = "text", function </summary> <p> + ```lua content = function() local clock = " " .. os.date "%H:%M" @@ -190,5 +193,6 @@ content = function() return {clock,date} end ``` + </p> </details> |