This is an archived community post.

This post is no longer open for new replies - but we'd still love to hear from you! Share your feedback with our team via our Feedback Form.

Need help getting started? Check out this article for step-by-step instructions on submitting feedback through the form.

Customisation on showing context for link/media

Komentarze

Komentarze: 1

  • M.Doug

    Displaying the link only can be done b7y surrounding the link with less-tan and greater-than symbols.  For example, www.google.com should display details about the website,  but <www.google.com> will not.

    I would like to see the full link Markdown syntax formatted, which will help with the above.  This syntax is:

    [The Link](www.longLinkName.com "What is displayed when hovering over it")

    0