Skip to content

Commit 402c2a5

Browse files
committed
temporarily disable ?intent=fork
1 parent 0941655 commit 402c2a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vitepress/markdown-it-plot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function plot(md) {
2626
directives.includes("hidden")
2727
? `<div style="display: none;">\n`
2828
: href
29-
? `<a class="plot-fork" href="${md.utils.escapeHtml(href)}?intent=fork" target="_blank" title="Open on Observable">Fork</a>`
29+
? `<a class="plot-fork" href="${md.utils.escapeHtml(href)}" target="_blank" title="Open on Observable">Fork</a>`
3030
: ""
3131
}`;
3232
if (/^Plot\.plot\(/.test(content)) {

docs/features/markers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ A **marker** defines a graphic drawn on vertices of a [line](../marks/line.md) o
2626
</label>
2727
</p>
2828

29-
:::plot https://observablehq.com/d/cfc5b4e46aa18b57?intent=fork
29+
:::plot https://observablehq.com/d/cfc5b4e46aa18b57
3030
```js-vue
3131
Plot.plot({
3232
marks: [

0 commit comments

Comments
 (0)