feat: render comments as Markdown
For now, comments are rendered in the CLI and termUI as pure text. It would be neat to have markdown instead.
While it's easy to find a renderer that output HTML, finding one that render as text or even better text formatted with terminal escape sequence is more tricky.
Need some investigation.