add HTML support

This commit is contained in:
Evgeny
2021-07-30 12:55:31 +03:00
parent d7570b2b18
commit 898883e6f5
3 changed files with 15 additions and 0 deletions

3
html_test.lua Normal file
View File

@@ -0,0 +1,3 @@
function onResume()
ui:showLines({ "This is <b>bold</b> text" })
end