aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-10-27Update man/pandoc.1.John MacFarlane1-25/+98
2017-10-27Update date on MANUAL.txtJohn MacFarlane1-1/+1
2017-10-27hlint suggestions.John MacFarlane33-340/+307
2017-10-27Don't rely on syb when we don't need to.John MacFarlane3-3/+3
2017-10-27Removed unnecessary build-deps.John MacFarlane1-7/+2
2017-10-27hlint changes.John MacFarlane9-126/+118
2017-10-27hlint suggestions.John MacFarlane1-1/+1
2017-10-27hlint suggestions.John MacFarlane1-9/+8
2017-10-27hlint suggestions.John MacFarlane4-8/+7
2017-10-27More code simp in pandoc.hs.John MacFarlane1-1/+1
2017-10-27pandoc.hs - removed some cruft.John MacFarlane1-6/+2
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane79-601/+607
2017-10-27Updated AUTHORS.md and changelog.John MacFarlane2-3/+11
2017-10-27Improved documentation about markdown and gfm extensions.John MacFarlane1-8/+25
2017-10-27Removed old adjacent_links test for docx reader.John MacFarlane3-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-27Consistent underline for Readers (#2270)hftf14-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-27Merge pull request #3998 from ickc/proofread-2John MacFarlane1-3/+3
changelog: minor typo fix
2017-10-27changelog: minor typo fixKolen Cheung1-3/+3
2017-10-27Merge pull request #3997 from ickc/proofreadJohn MacFarlane15-45/+50
Proofread on *.md
2017-10-26update years in copyrightKolen Cheung6-9/+9
2017-10-26Use CamelCase for JavaScript for uniformityKolen Cheung5-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 18ab864Kolen Cheung1-1/+1
2017-10-26partially undo commit da1e626Kolen Cheung1-2/+2
2017-10-26partially undo b851c2aKolen Cheung1-1/+1
2017-10-26CONTRIBUTING.md: update reference to a deprecated argKolen Cheung1-1/+1
2017-10-26Update changelogJohn MacFarlane1-0/+13
2017-10-26doc/using-the-pandoc-api.md: proofread (minor)Kolen Cheung1-3/+3
2017-10-26doc/filters.md: add more links to pandoc filters in diff. lang.Kolen Cheung1-2/+4
2017-10-26CONTRIBUTING.md: general proofreadKolen Cheung1-12/+10
grammar, uniform style, etc.
2017-10-26CONTRIBUTING.md: sync a quote from MANUAL.txtKolen Cheung1-4/+4
2017-10-26CONTRIBUTING.md: add linksKolen Cheung1-10/+15
2017-10-26Fixed filters doc linkJohn MacFarlane1-1/+1
2017-10-26use skylighting 0.4.2 in stack.pkg.yaml.John MacFarlane1-1/+1
2017-10-26Bring MANUAL, README, and pandoc.cabal description in sync.John MacFarlane3-17/+18
2017-10-26Added Sascha Wilde to AUTHORS.mdJohn MacFarlane1-0/+1
2017-10-26Add creole support to manual.John MacFarlane1-8/+10
2017-10-26Creole reader (#3994)Sascha Wilde5-0/+596
This is feature complete but not very thoroughly tested yet.
2017-10-26Use skylighting 0.4.2.John MacFarlane4-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-26Small fix to API guide.John MacFarlane1-2/+2
2017-10-26Finshed API guide. Closes #3289.John MacFarlane1-21/+40
2017-10-26Comment reformat.John MacFarlane1-6/+4
2017-10-26makePDF: add argument for pdf options, remove writerPdfArgs.John MacFarlane3-19/+15
- Removed writerPdfArgs from WriterOptions (API change). - Added parameter for pdf args to makePDF.
2017-10-26More API documentation.John MacFarlane1-7/+60
2017-10-26More work on using-the-pandoc-api.md.John MacFarlane1-35/+98
2017-10-25More work on using-the-pandoc-api.md.John MacFarlane1-17/+51
2017-10-25pandoc.lua: define default list attributesAlbert Krewinkel1-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-24Small improvements in using-the-pandoc-api.md.John MacFarlane1-3/+3
2017-10-24Text.Pandoc.App: export applyFilters, applyLuaFilters. (API change)John MacFarlane1-0/+2
2017-10-24More progress on using-the-pandoc-api.md.John MacFarlane1-32/+238
2017-10-24Added some haddock docs for Text.Pandoc.Class functions.John MacFarlane1-3/+22