summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-09-23 06:03:31 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-09-23 06:03:31 +0200
commitbcc068ece02bee43561db9bf0a32adce2ca7553d (patch)
tree4def1c15b4ff2c7a418162471ef97782e357e367
parentefc2bca752a4c76b1ff6a73fa1f889762f170a07 (diff)
Use superscripts
-rw-r--r--src/blog/nvim-ts/index.gsp8
1 files 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) }