/** * Convert #hashtags to Markdown links (leaves code blocks and inline code untouched) */ export declare function tagsToMarkdown(content: string, tags?: readonly string[] | null, { urlBase, tagToUrl }?: { urlBase?: string; tagToUrl?: (s: string) => string; }): string; //# sourceMappingURL=tags-to-markdown.d.ts.map