mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
add text/plain content support
This commit is contained in:
parent
a73bb3aea6
commit
30e3ae691a
8 changed files with 66 additions and 2 deletions
|
|
@ -24,6 +24,10 @@ namespace app::browser::main::tab::page
|
|||
void text_gemini(
|
||||
const Glib::ustring & gemtext
|
||||
);
|
||||
|
||||
void text_plain(
|
||||
const Glib::ustring & text
|
||||
);
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue