Skip to content

Gun-Vue docs v0.21.4Docs


Gun-Vue docs v0.21.4 / Md / parseMd

Function: parseMd()

parseMd(file): MdContent

Parse text content of a markdown file into an object

Parameters

file: string

Text form of an uploaded file

Returns

MdContent

An object with md frontmatter and content

Defined in

src/files/useMd.js:49

MIT