Hi,

Mnemosyne’s cards are just html, so you use e.g.

  doSomething

Cheers,

Peter

From: [email protected] 
<[email protected]> On Behalf Of [email protected]
Sent: 23 October 2019 19:38
To: mnemosyne-proj-users <[email protected]>
Subject: [mnemosyne-proj-users] Formatting Whitespace on Cards?

I would like to format a snippet of code with indentation, but simply typing a 
tab or extra spaces at the beginning of a line doesn't work. Is there an 
alternative?

What I get:
for (x=1;x<10;x++) {
doSomething(x);
}

What I want :
for (x=1;x<10;x++) {
   doSomething(x); <-- indented
}
--
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 
[email protected]<mailto:[email protected]>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/67594c79-e7c4-4b71-a634-072e6ba083e4%40googlegroups.com<https://groups.google.com/d/msgid/mnemosyne-proj-users/67594c79-e7c4-4b71-a634-072e6ba083e4%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/23ee5ebcfdf24a428fc93686eb7c7882%40xmail101.UGent.be.

Reply via email to