From f0cd6cde78dc2df696bbdbbaf3969365cdfb243c Mon Sep 17 00:00:00 2001 From: Lichene Date: Fri, 14 Nov 2025 15:26:17 +0100 Subject: [PATCH] render markdown --- public/js/arf.js | 8 +------- .../Text Embeddings Reveal (Almost) As Much As Text.md | 0 2 files changed, 1 insertion(+), 7 deletions(-) rename {notes => public/notes}/Text Embeddings Reveal (Almost) As Much As Text.md (100%) diff --git a/public/js/arf.js b/public/js/arf.js index 2522c48..19c3103 100644 --- a/public/js/arf.js +++ b/public/js/arf.js @@ -109,13 +109,7 @@ function update(source) { }) .append("a") .attr("target", "_blank") - .attr( - "xlink:href", - (d) => - "viewer.html?file=https://git.hackinpovo.it/HackInPovo/resources/raw/branch/main/notes/" + - d.name + - ".md", - ) + .attr("xlink:href", (d) => "viewer.html?file=notes/" + d.name + ".md") .attr("target", "_blank") // ← open in new tab /* .attr("xlink:href", function (d) { return ( diff --git a/notes/Text Embeddings Reveal (Almost) As Much As Text.md b/public/notes/Text Embeddings Reveal (Almost) As Much As Text.md similarity index 100% rename from notes/Text Embeddings Reveal (Almost) As Much As Text.md rename to public/notes/Text Embeddings Reveal (Almost) As Much As Text.md