ArthurSonzogni
|
4df472a2d2
|
Add support for subscript
Example:
Input:
┌───────────────────────────┐
│S_n = u_1 + u_2 + ... + u_n│
└───────────────────────────┘
Output:
┌───────────────────────┐
│S = u + u + ... + u │
│ n 1 2 n│
└───────────────────────┘
This fixes issue:
https://github.com/ArthurSonzogni/Diagon/issues/1
|
2020-05-18 15:07:41 +02:00 |
|