I am writing a plugin that generates HTML with CSS.
So I am using Python and flush_any(“html” + my_html_content) to feed data back to TeXmacs.
The problem is that all CSS that is in my html content, no matter what kind of style, inline or an import via link, I see no colors.
My question:
Is there a way to flush html back to TeXmacs via flush_any, but with colors?