Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resurrect the style-switcher | Alec Theriault | 2018-10-24 | 1 | -0/+1 |
| | | | | | | | | | | This fixes #810. Looks like things were broken during the quickjump refactor of the JS. For the (git) record: I do not think the style switcher is a good idea. I'm fixing it for the same reason @mzero added it; as an answer to "rumblings from some that they didn't want their pixels changed on bit" | ||||
* | Grid Tables (#718) | Oleg Grenrus | 2018-02-01 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add table examples * Add table types and adopt simple parser Simple parser is done by Giovanni Cappellotto (@potomak) in https://github.com/haskell/haddock/pull/577 It seems to support single fine full tables, so far from full RST-grid tables, but it's good start. Table type support row- and colspans, but obviously parser is lacking. Still TODO: - Latex backend. Should we use multirow package https://ctan.org/pkg/multirow?lang=en? - Hoogle backend: ? * Implement grid-tables * Refactor table parser * Add two ill-examples * Update CHANGES.md * Basic documentation for tables * Fix documentation example | ||||
* | Fix #249 (#655) | Bryn Edwards | 2017-07-17 | 1 | -0/+1 |
| | |||||
* | Fix #303. Hide footer when printing | Sebastian Meric de Bellefon | 2016-05-14 | 1 | -0/+4 |
| | | | | | The "Produced by Haddock" footer was overlapping the page's body when printing. This patch hides the footer with a css media rule. | ||||
* | Move Haddock API to a separate package | Simon Hengel | 2014-08-22 | 4 | -0/+499 |