ArthurSonzogni / Diagon

Interactive ASCII art diagram generators. :star2:
https://arthursonzogni.com/Diagon/
MIT License
1.47k stars 56 forks source link

Limes in Mathematical expression #56

Closed KingaMasz closed 1 year ago

KingaMasz commented 1 year ago

Would it be possible to support limes in Mathematical expression? I was trying to write something like: lim{n -> infinity} 1/n but there was error with symbol ">" and everything after "lim{n -> infinity}".

In my opinion it should generate output similar to this: 1 lim -- n->∞ n

ArthurSonzogni commented 1 year ago

It would be nice! Thanks for suggesting this.

ArthurSonzogni commented 1 year ago

Fixed (I think)