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