(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

Actual result:
formatted/html table with raw html text unrendered
