Skip to content

Function: renderEntry()

ts
function renderEntry(entry, options?): string;

Defined in: emitters/markdown/src/render.ts:95

Render one record to a markdown page.

Parameters

entry

CssDocEntry

options?

RenderEntryOptions = {}

Returns

string

Released under the MIT License