Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-22 | Docx reader: Move pandoc inline styling inside custom-style span | Jesse Rosenthal | 1 | -1/+1 | |
Previously Emph, Strong, etc were outside the custom-style span. This moves them inside in order to make it easier to write filters that act on the formatting in these contents. Tests and MANUAL example are changed to match. | |||||
2018-02-22 | Docx reader: Avoid repeated spans in custom styles. | Jesse Rosenthal | 1 | -1/+1 | |
The previous commit had a bug where custom-style spans would be read with every recurrsion. This fixes that, and changes the example given in the manual. | |||||
2018-02-22 | Docx reader tests: test custom style extension. | Jesse Rosenthal | 1 | -0/+7 | |