pandoc/src/Text
John MacFarlane 741b1f7fb4 Markdown reader: fix small super/subscript issue.
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.
2019-11-11 09:08:52 -08:00
..
Pandoc Markdown reader: fix small super/subscript issue. 2019-11-11 09:08:52 -08:00
Pandoc.hs Remove blank line (#5679) 2019-08-08 16:02:14 -07:00