Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-04-15 | Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessors | despresc | 1 | -39/+39 | |
2020-04-15 | Adapt to the newest Table type, fix some previous adaptation issues | despresc | 1 | -81/+102 | |
- Writers.Native is now adapted to the new Table type. - Inline captions should now be conditionally wrapped in a Plain, not a Para block. - The toLegacyTable function now lives in Writers.Shared. | |||||
2020-04-15 | Implement the new Table type | despresc | 1 | -39/+93 | |
2018-07-02 | More spellcheck | Alexander Krotov | 1 | -1/+1 | |
2017-10-27 | Consistent underline for Readers (#2270) | hftf | 1 | -1/+1 | |
* Added underlineSpan builder function. This can be easily updated if needed. The purpose is for Readers to transform underlines consistently. * Docx Reader: Use underlineSpan and update test * Org Reader: Use underlineSpan and add test * Textile Reader: Use underlineSpan and add test case * Txt2Tags Reader: Use underlineSpan and update test * HTML Reader: Use underlineSpan and add test case | |||||
2017-08-20 | Use pandoc-types 1.17.1. Tests updated for new simpleTable behavior... | John MacFarlane | 1 | -2/+6 | |
with empty headers. | |||||
2017-02-04 | Moved tests/ -> test/. | John MacFarlane | 1 | -0/+176 | |