grist-core icon indicating copy to clipboard operation
grist-core copied to clipboard

Add support for markdown links.

Open skilldeliver opened this issue 1 year ago • 0 comments

This PR introduces markdown link detection and rendering. To achieve this, the regex has been updated, and an additional property, link, has been added to the tokens. If it's a URL, the URL remains the same, with the actual text rendered. However, for markdown, we aim to have a named link where the text differs from the link.

Screenshot examples:

Here is the raw text content image

Here is the rendered image

Special thanks to Darius for recognizing the need for named links.

skilldeliver avatar Jan 30 '24 17:01 skilldeliver