Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-27 | hlint changes. | John MacFarlane | 9 | -126/+118 | |
2017-10-27 | hlint suggestions. | John MacFarlane | 1 | -1/+1 | |
2017-10-27 | hlint suggestions. | John MacFarlane | 1 | -9/+8 | |
2017-10-27 | hlint suggestions. | John MacFarlane | 4 | -8/+7 | |
2017-10-27 | More code simp in pandoc.hs. | John MacFarlane | 1 | -1/+1 | |
2017-10-27 | pandoc.hs - removed some cruft. | John MacFarlane | 1 | -6/+2 | |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 79 | -601/+607 | |
2017-10-27 | Updated AUTHORS.md and changelog. | John MacFarlane | 2 | -3/+11 | |
2017-10-27 | Improved documentation about markdown and gfm extensions. | John MacFarlane | 1 | -8/+25 | |
2017-10-27 | Removed old adjacent_links test for docx reader. | John MacFarlane | 3 | -5/+0 | |
See #2270 for background -- this test blocked the consistent underline change and was hard to revise, so for now we are removing it. | |||||
2017-10-27 | Consistent underline for Readers (#2270) | hftf | 14 | -15/+39 | |
* 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-10-27 | Merge pull request #3998 from ickc/proofread-2 | John MacFarlane | 1 | -3/+3 | |
changelog: minor typo fix | |||||
2017-10-27 | changelog: minor typo fix | Kolen Cheung | 1 | -3/+3 | |
2017-10-27 | Merge pull request #3997 from ickc/proofread | John MacFarlane | 15 | -45/+50 | |
Proofread on *.md | |||||
2017-10-26 | update years in copyright | Kolen Cheung | 6 | -9/+9 | |
2017-10-26 | Use CamelCase for JavaScript for uniformity | Kolen Cheung | 5 | -6/+6 | |
other instances when javascript is refered to in pandoc is also in CamelCase, the official casing of JavaScript. | |||||
2017-10-26 | .editorconfig: change tests/ to test/ as in 18ab864 | Kolen Cheung | 1 | -1/+1 | |
2017-10-26 | partially undo commit da1e626 | Kolen Cheung | 1 | -2/+2 | |
2017-10-26 | partially undo b851c2a | Kolen Cheung | 1 | -1/+1 | |
2017-10-26 | CONTRIBUTING.md: update reference to a deprecated arg | Kolen Cheung | 1 | -1/+1 | |
2017-10-26 | Update changelog | John MacFarlane | 1 | -0/+13 | |
2017-10-26 | doc/using-the-pandoc-api.md: proofread (minor) | Kolen Cheung | 1 | -3/+3 | |
2017-10-26 | doc/filters.md: add more links to pandoc filters in diff. lang. | Kolen Cheung | 1 | -2/+4 | |
2017-10-26 | CONTRIBUTING.md: general proofread | Kolen Cheung | 1 | -12/+10 | |
grammar, uniform style, etc. | |||||
2017-10-26 | CONTRIBUTING.md: sync a quote from MANUAL.txt | Kolen Cheung | 1 | -4/+4 | |
2017-10-26 | CONTRIBUTING.md: add links | Kolen Cheung | 1 | -10/+15 | |
2017-10-26 | Fixed filters doc link | John MacFarlane | 1 | -1/+1 | |
2017-10-26 | use skylighting 0.4.2 in stack.pkg.yaml. | John MacFarlane | 1 | -1/+1 | |
2017-10-26 | Bring MANUAL, README, and pandoc.cabal description in sync. | John MacFarlane | 3 | -17/+18 | |
2017-10-26 | Added Sascha Wilde to AUTHORS.md | John MacFarlane | 1 | -0/+1 | |
2017-10-26 | Add creole support to manual. | John MacFarlane | 1 | -8/+10 | |
2017-10-26 | Creole reader (#3994) | Sascha Wilde | 5 | -0/+596 | |
This is feature complete but not very thoroughly tested yet. | |||||
2017-10-26 | Use skylighting 0.4.2. | John MacFarlane | 4 | -15/+13 | |
This prevents the problem with extra space around highlighted code blocks (closes #3996). Note that we no longer put an enclosing div around highlighted code blocks. The pre is the outer element, just as for unhighlighted blocks. | |||||
2017-10-26 | Small fix to API guide. | John MacFarlane | 1 | -2/+2 | |
2017-10-26 | Finshed API guide. Closes #3289. | John MacFarlane | 1 | -21/+40 | |
2017-10-26 | Comment reformat. | John MacFarlane | 1 | -6/+4 | |
2017-10-26 | makePDF: add argument for pdf options, remove writerPdfArgs. | John MacFarlane | 3 | -19/+15 | |
- Removed writerPdfArgs from WriterOptions (API change). - Added parameter for pdf args to makePDF. | |||||
2017-10-26 | More API documentation. | John MacFarlane | 1 | -7/+60 | |
2017-10-26 | More work on using-the-pandoc-api.md. | John MacFarlane | 1 | -35/+98 | |
2017-10-25 | More work on using-the-pandoc-api.md. | John MacFarlane | 1 | -17/+51 | |
2017-10-25 | pandoc.lua: define default list attributes | Albert Krewinkel | 1 | -1/+2 | |
The second argument of the OrderedList constructor, which should define the list's attributes, is made optional. Default attributes are used if the parameter is omitted. | |||||
2017-10-24 | Small improvements in using-the-pandoc-api.md. | John MacFarlane | 1 | -3/+3 | |
2017-10-24 | Text.Pandoc.App: export applyFilters, applyLuaFilters. (API change) | John MacFarlane | 1 | -0/+2 | |
2017-10-24 | More progress on using-the-pandoc-api.md. | John MacFarlane | 1 | -32/+238 | |
2017-10-24 | Added some haddock docs for Text.Pandoc.Class functions. | John MacFarlane | 1 | -3/+22 | |
2017-10-24 | Changed example in changelog. | John MacFarlane | 1 | -2/+2 | |
2017-10-24 | Some work on using-the-pandoc-api.md. | John MacFarlane | 1 | -13/+42 | |
2017-10-24 | Updated changelog | John MacFarlane | 1 | -13/+28 | |
2017-10-24 | HTML reader: close td/th should close any open block tag... | John MacFarlane | 1 | -0/+2 | |
Closes #3991. | |||||
2017-10-24 | HTML reader: td should close an open th or td. | John MacFarlane | 1 | -0/+1 | |