Sending a formatted link to client
See original GitHub issueI have tried:
1. session.send('[display text](http://ww.bing.com)')
2. session.send('[display text(http://ww.bing.com)]')
3. session.send('(display text)[http://ww.bing.com]')
What is the correct way to send formatted links?
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How to Make "Fancy" Formatted URLs and Links in Rich Text ...
How to create rich text link snippets · Open the TextExpander app and create a new snippet · Set the Content type to...
Read more >Email formatting basics (links in plain text emails)
If you send it as HTML, just use a simple anchor tag and use the URL as both the href and the text....
Read more >5 Best Practice Tips for Email Links That Get Clicks (and Taps!)
So how should you format your links for more clicks? Here are some pointers to keep in mind next time you're updating your...
Read more >Add a mailto link in an email
Insert a mailto link ... Highlight the text you want to link and then click the link icon. ... Select Email from the...
Read more >Sending a link to a web site - eM Client
Go to Menu > Settings > Mail > Compose > Mail Format. Set both options to HTML, then click on Save & Close....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
[display](http://link)
http://docs.botframework.com/connector/message-content/#navtitleNOTE: Some channels (like SMS) don’t support named links, and so it will render as
display http://link
No, if you are binding directly to an environment then it is up to you to figure out how to render in that environment.
The connector acts as layer to isolate you from having to do that, and it does that by translating from markdown to the target environment.
Skype doesn’t support markdown, but it does support
<b>bold</b><I>italic</I> and <quote>quotedtext</quote> <s>strikethrough</s>