From c43c23cdaba44624eb5e57281def04e9f839952a Mon Sep 17 00:00:00 2001
From: Christian Boulanger <info@bibliograph.org>
Date: Sun, 29 Sep 2024 19:26:57 +0200
Subject: [PATCH] test if I can smuggle html ids into the notebook code

---
 convert-anystyle-data/anystyle-to-tei.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/convert-anystyle-data/anystyle-to-tei.ipynb b/convert-anystyle-data/anystyle-to-tei.ipynb
index 01ce2be..f44cab4 100644
--- a/convert-anystyle-data/anystyle-to-tei.ipynb
+++ b/convert-anystyle-data/anystyle-to-tei.ipynb
@@ -1101,7 +1101,7 @@
    "metadata": {},
    "cell_type": "markdown",
    "source": [
-    "## Create `biblStruct` that works as a Gold Standard\n",
+    "## Create `biblStruct` that works as a Gold Standard <span id=\"gold-standard\" />\n",
     "\n",
     "We need gold standard data which has a reliable way of being able, given a specific input data, to compare the output data of different processors against this gold standard.\n",
     "\n",
-- 
GitLab