- Tidied Song Identification section.
- Some misc changes.
This commit is contained in:
Hugo 2025-06-08 16:29:32 +01:00
parent b57cff4ea1
commit ead21de302
3 changed files with 10 additions and 11 deletions

View file

@ -349,7 +349,7 @@ const transformLinks = (text: string): string =>
name: 'Web',
find: /(?<=\/ (\/>|[^/\r\n])*)(,\s)?(?<![a-z]\s)Web(?=,|[ \t]\/|$)/gm,
replace:
' <div alt="iOS" class="i-fluent:globe-48-filled" /> '
' <div alt="Web" class="i-fluent:globe-32-filled" /> '
}
])
.getText()