File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export default function plot(md) {
26
26
directives . includes ( "hidden" )
27
27
? `<div style="display: none;">\n`
28
28
: href
29
- ? `<a class="plot-fork" href="${ md . utils . escapeHtml ( href ) } " target="_blank" title="Open on Observable">Fork</a>`
29
+ ? `<a class="plot-fork" href="${ md . utils . escapeHtml ( href ) } ?intent=fork " target="_blank" title="Open on Observable">Fork</a>`
30
30
: ""
31
31
} `;
32
32
if ( / ^ P l o t \. p l o t \( / . test ( content ) ) {
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ A **marker** defines a graphic drawn on vertices of a [line](../marks/line.md) o
26
26
</label >
27
27
</p >
28
28
29
- :::plot https://observablehq.com/d/cfc5b4e46aa18b57
29
+ :::plot https://observablehq.com/d/cfc5b4e46aa18b57?intent=fork
30
30
``` js-vue
31
31
Plot.plot({
32
32
marks: [
You can’t perform that action at this time.
0 commit comments