I cannot figure out how to use Markdown to have formated text in the Trello card description. Please give some clue as to how to achieve this.
|
closed as not a real question by Eight Days of Malaise, Barry♦ Dec 2 '11 at 8:00
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You use Markdown simply by inserting Markdown "code" directly into the card description as you type. When you save the description your Markdown code will automatically be converted to formatted text. If your issue is that you don't understand how to write in Markdown, there is a detailed explanation of how it all works on the Markdown syntax page. If you're just looking for a quick list of the commands, I would recommend using the Markdown tester (and cheatsheet), which gives you a list of the basic commands and an easy converter so you can make sure what you're typing will convert properly. An example first, and then how it works: Copy the following block of text into a card description to see what it does:
How it works:It works similar to HTML code, in that you insert the Markdown syntax directly in the text as you write it. For example, a single underline _ or star * surrounding any chunk of text will italicize, or emphasize. So A double underline __ or double star ** surrounding any chunk of text will bold, or make strong. The same as There are quick codes for many things:
Check out the links to the syntax page and the cheatsheet for the full list of commands and more examples. |
|||
|
|
