/** * Markdown transform for our `description` field. Tweaked to disable all inline * HTML, because we want descriptions to be short and sweet, and don't need any * of the more complex formatting that inline HTML affords. */ /** * * @param markdown * @param allowHTML * @returns */ export declare function markdownToHTML(markdown: string, allowHTML: boolean): string; //# sourceMappingURL=markdown.d.ts.map