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
options?
RenderEntryOptions = {}
Returns
string