Skip to content

canvas.edit method cannot post hyperlinks in markdown tables #1711

@swvajanyatek

Description

@swvajanyatek

(Filling out the following details about bugs will help us solve your issue sooner.)

Reproducible in:

Any call to https://api.slack.com/methods/canvases.edit that includes a markdown table with cell values that contain markdown formatted hyperlinks.

The Slack SDK version

slack_sdk==3.36.0
slackstyler==0.0.3

Python runtime version

Python 3.12.3

OS info

Win11

Steps to reproduce:

post this to a canvas using markdown
new_content = "| Link |\n|------|\n| [10](https://mycompany.atlassian.net/issues/?jql=project%20=%20PROJ) |"

Expected result:

formatted/html table from markdown with values in
Image

Actual result:

formatted/html table with raw html text unrendered
Image

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions