emersion / emersion/mako

Hyperlinks are output as raw HTML markup

Open
#116 5 comments 5 reactions 0 assignees View on GitHub
bug
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`:
![Screenshot of broken notification containing hyperlinks in Mako](https://user-images.githubusercontent.com/1521802/52907654-810d7180-325d-11e9-9f90-19d948b8c7c7.png)

Compare this to how `notify-osd` handles it on my X11/i3 host environment:
![Screenshot of correctly filtered markup in notify-osd notifications](https://user-images.githubusercontent.com/1521802/52907734-676d2980-325f-11e9-95d3-c7dab15474a1.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.