More improvements in Markdown and basic HTML support (WIP!).

This commit is contained in:
Martín Lucas Golini
2026-03-08 16:00:36 -03:00
parent d56ee554f4
commit e8f4c9c8f7
12 changed files with 230 additions and 39 deletions

View File

@@ -4,6 +4,10 @@
EE_MAIN_FUNC int main( int, char** ) {
UIApplication app( { 1280, 720, "eepp - UIMarkdownView Example" } );
Log::instance()->setLogLevelThreshold( LogLevel::Debug );
Log::instance()->setLogToStdOut( true );
Log::instance()->setLiveWrite( true );
app.getUI()->loadLayoutFromString( R"xml(
<ScrollView layout_width="match_parent" layout_height="match_parent">
<MarkdownView id="markdown_view" layout_width="match_parent" layout_height="wrap_content" padding="16dp">