Hyperlinks are output as raw HTML markup
- Dominant language
- C
- Stars
- 3.3k
- Forks
- 173
- PR merge metrics
- No merged PRs in 30d
Description
When using Mako to test a tool I've been working on in Wayland, I noticed it's displaying hyperlinks as plain text markup. I noticed some older issues and PRs referencing other basic markup which wasn't supported in 1.2 so I switched to `mako-git` in the AUR (05a3e4b) and the issue is still present.
### Expected
* Mako either displays a clickable link, **OR**
* Mako filters out the markup and only displays the link text
### Actual
The raw markup is displayed in its entirety, regardless of whether `--markup` is `1` or `0`:

Compare this to how `notify-osd` handles it on my X11/i3 host environment:

Contributor guide
Assessment
This issue has not been assessed yet.