const LinkComponent = (label: string, url: string) => `[${label}](${url})`; export default LinkComponent;