Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyperlinks inside markdown table is not clickable in app #136

Closed
gahoo opened this issue Aug 27, 2020 · 1 comment
Closed

Hyperlinks inside markdown table is not clickable in app #136

gahoo opened this issue Aug 27, 2020 · 1 comment
Labels
a:bug Something isn't working

Comments

@gahoo
Copy link

gahoo commented Aug 27, 2020

Hyperlinks inside markdown table is not clickable in app. On the server side it works as expected.

curl "https://myserver.com/message?token=<secret>" --header 'Content-Type: application/json' \
--data-raw '{
  "title":"Test",
  "message":"| Tables |\n|----------|\n| [example](http://example.org/) |",
  "priority":0,
  "extras": {
    "client::display": {
      "contentType": "text/markdown"
    }
  }
}'

gotify/android v2.0.14; gotify/server v2.0.14

@jmattheis
Copy link
Member

jmattheis commented Aug 31, 2020

I've created a bug report in the markdown renderer, till that is fixed we've to wait.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:bug Something isn't working
Development

No branches or pull requests

2 participants