From b93ae3f64057f71022f69154b4bf5d026896da6b Mon Sep 17 00:00:00 2001 From: Sam Dal Monte Date: Sun, 5 Jul 2026 23:12:07 -0400 Subject: [PATCH 1/3] =?UTF-8?q?add=20ordinal=20=C2=AA=20and=20=C2=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/sym.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/sym.txt b/src/modules/sym.txt index c0cdbc4..cd9b53d 100644 --- a/src/modules/sym.txt +++ b/src/modules/sym.txt @@ -732,6 +732,9 @@ suit .heart.stroked ♡ .spade.filled ♠\vs{text} .spade.stroked ♤ +ordinal + .a ª + .o º // Music. note From a408e4af50a52a9bcd7924a066601c1bbdb74051 Mon Sep 17 00:00:00 2001 From: Sam Dal Monte Date: Mon, 6 Jul 2026 08:52:15 -0400 Subject: [PATCH 2/3] Convert to module Co-authored-by: Malo <57839069+MDLC01@users.noreply.github.com> --- src/modules/sym.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/modules/sym.txt b/src/modules/sym.txt index cd9b53d..ec976fc 100644 --- a/src/modules/sym.txt +++ b/src/modules/sym.txt @@ -732,9 +732,10 @@ suit .heart.stroked ♡ .spade.filled ♠\vs{text} .spade.stroked ♤ -ordinal - .a ª - .o º +ordinal { + a ª + o º +} // Music. note From 926174a456f504b27068a417faa141ed5a6e9e0a Mon Sep 17 00:00:00 2001 From: Sam Dal Monte Date: Mon, 6 Jul 2026 09:36:37 -0400 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb7164f..9728f83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +### New in `sym` + +- Ordinal indicators + - `ordinal.a`: ª + - `ordinal.o`: º + ### Removals in `sym` **(Breaking change)** These previously deprecated items were removed: - `gt.tri.*`