Can I use Markdown to edit text?

Elements of the Markdown language are supported in Kanban Tool comments and in the Board Readme power-up.

Please use the following to make these text areas easier to read:

  • To give text a bold font:
    *bold text*
  • To give text an italicized font:
    _italicized text_
    The two above can also be used in checklist items.
  • To add a link under an anchor text:
    [title](https://www.example.com)
  • To add an image:
    ![title](https://image.jpg)
  • To format a list of items:
    * First item
    * Second item