Back to Eslint

Link Card

docs/src/library/link-card.md

10.3.0454 B
Original Source

Links can be rendered as cards by using the link shortcode. The only required parameter is the URL you wish to scrape for metadata.

html
{ % link "https://thesiteurl.com" % }

Examples

<!-- markdownlint-disable MD034 -->

{% link "https://blog.izs.me/2010/12/an-open-letter-to-javascript-leaders-regarding/" %}

{% link "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get" %}

<!-- markdownlint-enable MD034 -->