image: "[[image.png]]")The code block cardlink uses YAML syntax for displaying card-styled link.
| name | required | description |
|---|---|---|
| url | true | url to open when you click the link |
| title | true | title of the link |
| description | false | description of the link |
| host | false | host of the link |
| favicon | false | favicon of the link |
| image | false | thumbnail image to show in the card link |
```cardlink url: https://obsidian.md/ title: "Obsidian" description: "Obsidian: A knowledge base that works on local Markdown files." host: obsidian.md favicon: https://obsidian.md/favicon.ico image: https://obsidian.md/images/banner.png ```
Card-styled link is styled by styles.css. To customize, you can try making CSS snippets.