| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-11 | Markdown reader: fix small super/subscript issue. | John MacFarlane | |
| 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. | |||
