Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixtures: Prevent stdout buffering | Simon Jakobi | 2018-03-14 | 1 | -1/+4 |
| | |||||
* | fixtures: Slightly unmangle output | Simon Jakobi | 2018-03-14 | 1 | -1/+1 |
| | |||||
* | Add fixture test for inline links | Simon Jakobi | 2018-03-14 | 2 | -0/+7 |
| | |||||
* | Add fixture test for links | Simon Jakobi | 2018-03-14 | 2 | -0/+6 |
| | |||||
* | Add fixture test for definition lists | Simon Jakobi | 2018-03-14 | 2 | -0/+2 |
| | |||||
* | Grid Tables (#718) | Oleg Grenrus | 2018-02-01 | 13 | -0/+375 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Add simple framework for running parser fixtures (#668) | Oleg Grenrus | 2018-02-01 | 9 | -0/+168 |
* Add simple framework for running parser fixtures * Compatible with tree-diff-0.0.0.1 * Use parseParas to parse fixtures This allows to test all syntactic constructs available in haddock markup. |