Once Troglio is enabled and data destination is setup you are now free to create content !
The idea is simple: one card holds a content you can author using either Markdown and/or classic HTML. Nothing easier: just open the back of any Trello card and start typing content in the description
part:
So, in any cards' description
, it is just a matter of writing markdown like this:
# Title
## Subtitle
- item 1
+ item 2
* item 3
4. item 4
This text has *emphasis* and **strong** content.
[link](https://example.com)
![image](https://example.com/my-image.jpg)
We also enforce the same rule as orignal Markdown that allows to mix it with HTML. So developers should allow authors to write this:
# Title
This is <span class="red"> HTML </span>.
If you master these, you should be able to get started right away.