edulinq / quizgen

MIT License
4 stars 0 forks source link

Detailed Look at TeX Replacements/Hacks #20

Open eriq-augustine opened 7 months ago

eriq-augustine commented 7 months ago

There are several characters that we specifically escape in normal text nodes when converted to TeX: https://github.com/eriq-augustine/quizgen/blob/main/quizgen/parser.py#L88

We should take a closer looks at these values and maybe even replace them in a more disciplined fashion. (Maybe another parser just to convert normal text to TeX.)