Move dev widgets to the dedicated folder

This commit is contained in:
Evgeny
2024-09-12 09:11:40 +03:00
parent d063132df2
commit 11a8cf2ad6
7 changed files with 70 additions and 1 deletions

3
dev/mkd-test.lua Normal file
View File

@@ -0,0 +1,3 @@
function on_resume()
ui:show_text("%%mkd%%".."**Bold**, `Code`, *Italic*")
end