Skip to main content
Module

x/dendron_exports/markdown/mdast/wikilink.ts>WikiLinkNode

Export your Dendron vault into SSG compatible markdown
Go to Latest
interface WikiLinkNode
implements [unist.Node]
import { type WikiLinkNode } from "https://deno.land/x/dendron_exports@v0.1.2/markdown/mdast/wikilink.ts";

Properties

type: "wikiLink"
value: string[]
target: string
optional
title: string