UNPKG

markdown-to-html-cli

Version:
20 lines 505 B
export function githubCornersFork(opts) { const { href } = opts; if (!href) { return; } return { type: 'element', tagName: 'a', properties: { 'aria-label': 'Fork me on Github', title: 'Fork me on GitHub', target: '__blank', className: 'github-fork-ribbon', 'data-ribbon': 'Fork me on GitHub', href, }, children: [] }; } //# sourceMappingURL=githubCornersFork.js.map