Skip to content

Markdown not working #797

@scropion86

Description

@scropion86

Can the issue be reproduced with the latest available release? (y/n)
Y

Which one is the environment gotify server is running in?

  • Docker
  • Linux machine
  • Windows machine
Docker startup command or config file here (please mask sensitive information)
version: "3.8"

services:
  gotify:
    image: gotify/server:latest
    container_name: gotify
    ports:
      - "177:177"
    volumes:
      - gotify_data:/app/data
    environment:
      - GOTIFY_SERVER_PORT=177
      - GOTIFY_SERVER_SSL_ENABLED=false
      - GOTIFY_SERVER_SSL_REDIRECT=false
    restart: unless-stopped

volumes:
  gotify_data:


Do you have an reverse proxy installed in front of gotify server? (Please select None if the problem can be reproduced without the presense of a reverse proxy)

tried both with and without reverse proxy same result

Image

Image

Reverse proxy configuration (please mask sensitive information)

On which client do you experience problems? (Select as many as you can see)

  • WebUI
  • gotify-cli
  • Android Client
  • 3rd-party API call (Please include your code)

What did you do?


curl --location 'myURL/message' \
--header 'X-Gotify-Key: KEY' \
--header 'Content-Type: application/json' \
--data '{

  "message": "**Update!** was successfully finished.",
  "priority": 7,
  "title": "Hello notification"
}'

What did you expect to see?

Image

Image

What did you see instead? (Include screenshots, android logcat/request dumps if possible)

Normal rendered markdown

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    a:bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions