Source:
a[^first]b[^second def]c[^third]
[^first]: first def
[^third]: third defActual:
a²b¹c³
1. first def
2. third def
3. second def
Expected:
a¹b²c³
1. first def
2. second def
3. third def
Source:
a[^first]b[^second def]c[^third]
[^first]: first def
[^third]: third defActual:
a²b¹c³
1. first def
2. third def
3. second def
Expected:
a¹b²c³
1. first def
2. second def
3. third def
Source:
Expected: