From 20e5b00d641223317a1e548b42de69b392de389d Mon Sep 17 00:00:00 2001 From: Julie Blanc Date: Wed, 22 Apr 2026 17:25:34 +0200 Subject: [PATCH] title level 1, add point --- js/counters.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/counters.js b/js/counters.js index 153e1e4..8e393eb 100644 --- a/js/counters.js +++ b/js/counters.js @@ -55,7 +55,7 @@ export default class counters extends Handler { h1Count++; h2Count = 0; // reset h2 const originalText = el.innerHTML; - el.innerHTML = `${this.toUpperAlpha(h1Count)}${originalText}`; + el.innerHTML = `${this.toUpperAlpha(h1Count)}.${originalText}`; break; case 'h2':