| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-02-04 | normalize: Normalize spaces too. | John MacFarlane | |
| In normal form, Space elements only occur to separate two non-Space elements. So, we never have [Space], or [, ..., Space]. | |||
| 2011-02-01 | Markdown reader: Simplified and corrected footnote block parser. | John MacFarlane | |
| 2011-02-01 | Added a (failing) test for footnotes. | John MacFarlane | |
| 2011-01-31 | Improved fix to markdown noteBlock parser. | John MacFarlane | |
| The last patch did not handle cases with > 4 spaces. Also added a more general test case. | |||
| 2011-01-31 | Markdown reader: Fixed whitespace footnote bug (Jesse Rosenthal). | John MacFarlane | |
| The problem was in input like this: [^1]: note not in note. Also added a test case for this. | |||
| 2011-01-30 | LaTeX reader: Fixed bug with whitespace at beginning of file. | John MacFarlane | |
| Previously a file beginning " hi" would cause a parse error. Also cleaned up comment parsing. | |||
| 2011-01-29 | Added HTML writer tests for inline code. | John MacFarlane | |
| 2011-01-29 | Moved tests to src. | John MacFarlane | |
