You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.3.0 - Can parse character, but puts them (e.g. Ěě Šš Čč Řř Žž Ýý Áá Íí Éé) at end of the list
Version 0.4.0 - Can't parse character and produces error: "String index 1 is not a character boundary"
main.typ> #import "@preview/glossy:0.4.0":* #show: init-glossary.with(yaml("glossary.yml")) #glossary() @čr
glossary.yml>
čr:
short: "ČR"
long: "Česká republika"
The text was updated successfully, but these errors were encountered:
Version 0.3.0 - Can parse character, but puts them (e.g. Ěě Šš Čč Řř Žž Ýý Áá Íí Éé) at end of the list
Version 0.4.0 - Can't parse character and produces error: "String index 1 is not a character boundary"
main.typ>
#import "@preview/glossy:0.4.0":* #show: init-glossary.with(yaml("glossary.yml")) #glossary() @čr
glossary.yml>
čr:
short: "ČR"
long: "Česká republika"
The text was updated successfully, but these errors were encountered: