taut: more helpmsg

This commit is contained in:
minjaesong
2026-06-22 03:14:14 +09:00
parent 6f5f646e5c
commit ed2c7f5056
2 changed files with 4 additions and 0 deletions

View File

@@ -70,6 +70,8 @@ function expandEntities(s) {
.replaceAll('&udlr;', '\u008428u\u008429u')
.replaceAll('&keyoffsym;', '\u00A0\u00B1\u00B1\u00A1')
.replaceAll('&notecutsym;', '\u00A4\u00A4\u00A4\u00A4')
.replaceAll('&notefadesym;', '~~~~')
.replaceAll('&notefastfadesym;', '\u0084127u\u0084127u\u0084127u\u0084127u')
.replaceAll(' ', '\u00840u')
.replaceAll('­', '')
.replaceAll('&lt;', '<')