cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1380
Views
0
Helpful
6
Replies

Markdown URLs when sent via Webex App are not rendering URL text

B Herron
Level 1
Level 1

Something is breaking Webex URLs when emitting markdown messages containing URLs.  When sending a message, the link text is not reliably sent.  I'm trying to send links to a pull request, with the message text being the pull request commit message.  The link test isn't reliably displayed.

 

Send this text message to a user or space to get the attached output:

These are consistently broken:
[26: Updated README.md #1](https://AServer.ADomain.com/tfs/BrianCollection/BrianProject/_git/arg/pullrequest/26)
[26 Updated README.md #1](https://AServer.ADomain.com/tfs/BrianCollection/BrianProject/_git/arg/pullrequest/26)
These consistently render as expected:
[26: Updated READMEmd #1](https://AServer.ADomain.com/tfs/BrianCollection/BrianProject/_git/arg/pullrequest/26)
[26: Updated README.md 1](https://AServer.ADomain.com/tfs/BrianCollection/BrianProject/_git/arg/pullrequest/26)

6 Replies 6

B Herron
Level 1
Level 1

Thanks all, I've spoken with support and opened a ticket.  The problem is largely in the Webex Windows app.  Messages rendered through the web.webex.com web portal (left side) and Webex Windows app (right side) are not consistent.  The top of each screen cap was sent through the web app (it's the same source text/message on the left and right), the bottom message in each cap was sent through the Windows app ((it's the same source text/message on the left and right).

BrokenWebexLinksSideBySide.png

@B Herron You've added a great picture!

Hope the developers cut and paste some code from the web app to the Webex App!

FWIW - I can confirm that the unusual behaviour you see in the Windows App is also present on the macOS version (Version 42.5.0.22187) of the App too.

 

RedNectar aka Chris Welsh.
Forum Tips: 1. Paste images inline - don't attach. 2. Always mark helpful and correct answers, it helps others find what they need.

RedNectar
VIP
VIP

I don't know about anyone else, but I found it hard to see the difference between the consistently broken and the consistently render as expected, so I asked Atom to help:

The consistently broken is on top the consistently render as expected on the bottom

image.png

Oh - I've just noticed you hid an attachment too. Let's reveal that so we can all see it.

image.png

Now @B Herron , you say "emitting markdown messages containing URLs" - so I assume you are entering these in markdown. As in

```https://AServer.ADomain.com/tfs/BrianCollection/BrianProject/_git/arg/pullrequest/26```
```https://AServer.ADomain.com/tfs/BrianCollection/BrianProject/_git/arg/pullrequest/26```

in which case I'd expect that NO link is created - is that what you want? 

RedNectar aka Chris Welsh.
Forum Tips: 1. Paste images inline - don't attach. 2. Always mark helpful and correct answers, it helps others find what they need.

What you wrote is a code snippet, that’s not what the OP referenced if I understand that post correctly.



Response Signature


@Roger Kallberg ,

So I take your point - I probably should have put a picture from Webex - like this:

image.png

I wanted to emphasise the markdown text, so I displayed on this forum inside  <pre></pre> tags (which are often referred to as code snippets, which are actually written inside <code></code> tags on this forum like this) to stop this forum from converting the text to links.
UPDATE
OK. I've figured out what the question is (but not the solution)
If you post this with markdown enabled:
image.png
Then you expect the Markdown syntax [Link Text](url) to display the text linked to the URL - as apposed to using Markdown to PREVENT URL conversion - which is what I mostly use Markdown for. i.e
image.png

AND you don't expect Webex to break the rules based on random positioning of periods, colons and hash characters in the "Link Text" portion. 
I think sir (@B Herron), you have found a bug. And another example where MarkDown is not implemented properly in Webex. Like the lack of support for StrikeThrough

 

RedNectar aka Chris Welsh.
Forum Tips: 1. Paste images inline - don't attach. 2. Always mark helpful and correct answers, it helps others find what they need.

Hi Red, you are correct.  My intent was to send a message containing Markdown formatted URL "[text](link)" and have reliable text & link generation occur in Webex - thank you for inlining my image, it's my first post, I'll know for next time!

 

My issue is that the Text content of the Markdown links I want to send is sourced from Azure DevOps pull request titles, so I:

a) have no direct control over the content

b) while I could technically massage the input, I have no idea what the Webex rules are that I would need to try and circumvent