Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-12 | Make sure \write18 is parsed as raw LaTeX. | John MacFarlane | 1 | -1/+2 | |
The change is in the LaTeX reader's treatment of raw commands, but it also affects the Markdown reader. | |||||
2017-05-25 | Update command tests to include stderr output. | John MacFarlane | 1 | -1/+1 | |
2017-03-06 | LaTeX reader: allow newpage, clearpage, pagebreak in inline contexts | John MacFarlane | 1 | -0/+40 | |
as well as block contexts. Closes #3494. |