From bcc068ece02bee43561db9bf0a32adce2ca7553d Mon Sep 17 00:00:00 2001
From: Thomas Voss <mail@thomasvoss.com>
Date: Mon, 23 Sep 2024 06:03:31 +0200
Subject: Use superscripts

---
 src/blog/nvim-ts/index.gsp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/blog/nvim-ts/index.gsp b/src/blog/nvim-ts/index.gsp
index 1c28687..9ad8d0d 100644
--- a/src/blog/nvim-ts/index.gsp
+++ b/src/blog/nvim-ts/index.gsp
@@ -51,10 +51,10 @@ html lang="en" {
 			figure { FMT_CODE(git-rebase) }
 
 			p {=
-				As suggested by the comments added to the bottom of the opened buffer,
-				we can combine the two typo-fixing commits by simply swapping the 2nd-
-				and 3rd lines, and then changing the second typo-fixing commit from a
-				@em{-pick} to a @em{-fixup}:
+				As suggested by the comments added to the bottom of the opened
+				buffer, we can combine the two typo-fixing commits by simply
+				swapping the 2@sup{-nd}- and 3@sup{-rd} lines, and then changing
+				the second typo-fixing commit from a @em{-pick} to a @em{-fixup}:
 			}
 
 			figure { FMT_CODE(git-rebase-2) }
-- 
cgit v1.2.3