741b1f7fb4
Superscripts and subscripts cannot contain spaces, but newlines were previously allowed (unintentionally). This led to bad interactions in some cases with footnotes. E.g. ``` foo^[note] bar^[note] ``` With this change newlines are also not allowed inside super/subscripts. Closes #5878.
7 lines
142 B
Markdown
7 lines
142 B
Markdown
```
|
|
% pandoc -t native
|
|
Zozime^[],
|
|
Synésius^[]
|
|
^D
|
|
[Para [Str "Zozime",Note [Para []],Str ",",SoftBreak,Str "Syn\233sius",Note [Para []]]]
|
|
```
|