How do I format the content with the markdown?
In Kanbanchi you can use the following markdown formatting:
Type this: | See this: | Can be used in: |
*italic* **bold** ~~struck out text~~ `monospace` | board description, list title, list description, card title, card description, checklists, comments | |
# This is an H1 ## This is an H2 ###### This is an H6 | board description, list description, card description, comments | |
* project management * task management * collaboration | board description, list description, card description, comments | |
1. Project management 2. Task management 3. Collaboration | board description, list description, card description, comments | |
[Text to be shown](https://example.com/ “Mouseover text”)
| board description, list description, card title, card description, checklists, comments | |
> project management task management collaboration | board description, list description, card description, comments | |
Project management – – – Collaboration | board description, list description, card description, comments | |
![Alt text](https://path/to/img.jpg) | board description, list description, card description, comments |
Was this answer helpful ? Yes (154) / No (50)