We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1190aa commit ee4c502Copy full SHA for ee4c502
docs/.vitepress/markdown-it-plot.ts
@@ -26,7 +26,7 @@ export default function plot(md) {
26
directives.includes("hidden")
27
? `<div style="display: none;">\n`
28
: href
29
- ? `<a class="plot-fork" href="${md.utils.escapeHtml(href)}?intent=fork" target="_blank" title="Open on Observable">Fork</a>`
+ ? `<a class="plot-fork no-icon" href="${md.utils.escapeHtml(href)}?intent=fork" target="_blank" title="Open on Observable">Fork</a>`
30
: ""
31
}`;
32
if (/^Plot\.plot\(/.test(content)) {
0 commit comments