Browse Source

add use_markup

CPP-GTK4
yggverse 2 months ago
parent
commit
5490952700
  1. 4
      src/app/browser/main/tab/page/content/text/gemini.cpp

4
src/app/browser/main/tab/page/content/text/gemini.cpp

@ -13,6 +13,10 @@ Gemini::Gemini( @@ -13,6 +13,10 @@ Gemini::Gemini(
true
);
set_use_markup(
true
);
set_markup(
GEMTEXT // @TODO
);

Loading…
Cancel
Save