render markdown
All checks were successful
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Successful in 2s
All checks were successful
Updates the graph by copying the updated files in the right directory / build-and-deploy (push) Successful in 2s
This commit is contained in:
parent
372ce92e2e
commit
f0cd6cde78
2 changed files with 1 additions and 7 deletions
|
|
@ -109,13 +109,7 @@ function update(source) {
|
||||||
})
|
})
|
||||||
.append("a")
|
.append("a")
|
||||||
.attr("target", "_blank")
|
.attr("target", "_blank")
|
||||||
.attr(
|
.attr("xlink:href", (d) => "viewer.html?file=notes/" + d.name + ".md")
|
||||||
"xlink:href",
|
|
||||||
(d) =>
|
|
||||||
"viewer.html?file=https://git.hackinpovo.it/HackInPovo/resources/raw/branch/main/notes/" +
|
|
||||||
d.name +
|
|
||||||
".md",
|
|
||||||
)
|
|
||||||
.attr("target", "_blank") // ← open in new tab
|
.attr("target", "_blank") // ← open in new tab
|
||||||
/* .attr("xlink:href", function (d) {
|
/* .attr("xlink:href", function (d) {
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue