Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename 'NewOcean' theme to 'Linuwial' | Alec Theriault | 2018-11-11 | 1 | -2/+2 |
| | |||||
* | Merge branch 'ghc-8.6' into wip/new-ocean | Alec Theriault | 2018-11-09 | 1 | -1/+3 |
|\ | |||||
| * | Only run MathJax on entities with "mathjax" class (#960) | Alec Theriault | 2018-11-05 | 1 | -1/+3 |
| | | | | | | | | | | | | | | Correspondingly, we wrap all inline/diplay math in <span class="mathjax"> ... the math .... </span> This fixes #959. | ||||
* | | Update test-suite reference html pages | Nuno Alexandre | 2018-10-18 | 1 | -3/+3 |
| | | |||||
* | | html-test --accept | Herbert Valerio Riedel | 2018-10-18 | 1 | -4/+6 |
|/ | |||||
* | Fix Bug548 for real | alexbiehl | 2018-03-02 | 1 | -1/+1 |
| | |||||
* | Revert "fix test" | alexbiehl | 2018-03-02 | 1 | -1/+5 |
| | | | | This reverts commit 1ac2f9569242f6cb074ba6e577285a4c33ae1197. | ||||
* | fix test | alexbiehl | 2018-03-02 | 1 | -5/+1 |
| | |||||
* | Support unicode operators, proper modules | Alec Theriault | 2018-03-02 | 1 | -0/+80 |
Unicode operators are a pretty big thing in Haskell, so supporting linking them seems like it outweighs the cost of the extra machinery to force Attoparsec to look for unicode. Fixes #458. |