in library/markdown-parser/utils/uuid.ts [21:23]
export function generateUUID(source: string): string { return md5(source) as string; }