Basically, the cards are displayed in a full html widget, so anything which is standard html is possible there.
However, note that Mnemosyne wraps your html inside a piece of html template with a css taking care of the fonts, alignment, ... you pick globally
Hi,
Also note that I’m upgrading to Qt5 at the moment, which I think uses a different engine, so hopefully that will help too.
Cheers,
Peter
--
You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
mnemosyne-proj-u...@googlegroups.com.
To post to this group, send email to
mnemosyne-...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/mnemosyne-proj-users/3ab3b50f-b12c-4172-8506-0ccbec12dc87%40googlegroups.com.
Also note that I’m upgrading to Qt5 at the moment, which I think uses a different engine, so hopefully that will help too.
<pre style="white-space: pre; font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono L', Monaco, 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;">def example():
var = "foo"
var2 = "bar"</pre>