User login |
Formatting cardsYou can use HTML tags to change the color, formatting and style of your text. Even if you're new to HTML, the tags are relatively simple and you can probably learn them quickly. Bold, italics, and underlineBold example: <b> phrase in bold </b> Italics example: <i> phrase in italics </i> Underline example: <u> underlined phrase </u> CommentsYou can also use HTML comment tags if you want to annotate a list of cards that you plan to import into Mnemosyne. Example: <! enter your comment here > Complete list of tagsSee the QT3 reference. Importing from XMLIf you want to use formatting tags inside an XML file you want to import, you need to replace < by < and > by > in that file. |