add text/plain content support

This commit is contained in:
yggverse 2024-08-18 15:32:31 +03:00
parent a73bb3aea6
commit 30e3ae691a
8 changed files with 66 additions and 2 deletions

View file

@ -24,6 +24,10 @@ namespace app::browser::main::tab::page
void text_gemini(
const Glib::ustring & gemtext
);
void text_plain(
const Glib::ustring & text
);
};
}