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

This commit is contained in:
Lichene 2025-11-14 15:26:17 +01:00
parent 372ce92e2e
commit f0cd6cde78
2 changed files with 1 additions and 7 deletions

View file

@ -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 (