On Tue, May 24, 2016 at 11:13 AM, 'martin h' via mnemosyne-proj-users <[email protected]> wrote: > Resently I created several questions containing ">" and "<". For example > "Function<T>". What I see in this case in the question is "Function". How > comes this? How can I use these symbols in my cards? Is it a bug or a feature.
Mnemosyne cards are HTML. So '<t>' is interpreted as a HTML tag <t>, which is not any tag I know and so probably just gets dropped. You would have to escape them as '<' or '>'. -- gwern http://www.gwern.net -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mnemosyne-proj-users/CAMwO0gyn%3DEb-5b21g6deMQT4gYJKuS5LOL-05_ZJyFqCpaXgGw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
