Tests whether a link is an embed link: ![[link]], .
Import:
import { testEmbed } from 'obsidian-dev-utils/obsidian/link';
Signature:
function testEmbed(link: string): boolean
Parameters:
| Parameter | Type | Description |
|---|
link | string | Link to test |
Returns: boolean — Whether the link is an embed link