Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-29 | Changes to build with new doctemplates/doclayout. | John MacFarlane | 1 | -4/+0 | |
The new version of doctemplates adds many features to pandoc's templating system, while remaining backwards-compatible. New features include partials and filters. Using template filters, one can lay out data in enumerated lists and tables. Templates are now layout-sensitive: so, for example, if a text with soft line breaks is interpolated near the end of a line, the text will break and wrap naturally. This makes the templating system much more suitable for programatically generating markdown or other plain-text files from metadata. | |||||
2019-10-16 | Use latest dev doctemplates | John MacFarlane | 1 | -1/+1 | |
2019-10-15 | Use latest dev doctemplates. | John MacFarlane | 1 | -1/+1 | |
2019-10-14 | Minor template & test changes for latest dev doctemplates. | John MacFarlane | 1 | -1/+1 | |
2019-10-10 | Improve parsing of --defaults. | John MacFarlane | 1 | -1/+1 | |
- Add FromYAML instances to Opt and to all subsidiary types. - Remove the use of HsYAML-aeson, which doesn't give good position information on errors. - Rename some fields in Opt to better match cli options or reflect what the ycontain [API change]: + optMetadataFile -> optMetadataFiles + optPDFEngineArgs -> optPDFEngineOpts + optWrapText -> optWrap - Add IpynbOutput enumerated type to Text.Pandoc.App.Opts. Use this instead fo a string for optIpynbOutput. - Add FromYAML instance for Filter in Text.Pandoc.Filters. With these changes parsing of defaults files should be complete and should give decent error messages. Now (unlike before) we get an error if an unknown field is used. | |||||
2019-10-09 | Update cabal.project to use dev version of doctemplates. | John MacFarlane | 1 | -0/+5 | |
2019-09-25 | Used released pandoc-citeproc 0.16.3. | John MacFarlane | 1 | -1/+1 | |
2019-09-22 | Update pandoc-citeproc commit. | John MacFarlane | 1 | -1/+1 | |
2019-09-22 | Use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2019-09-22 | Use released doctemplates | John MacFarlane | 1 | -5/+0 | |
2019-09-05 | Add partial styles.html in HTML5 template. | John MacFarlane | 1 | -0/+5 | |
Avoid duplication in HTML templates by using styles.html partial. Change indentation of styles in template. | |||||
2019-09-02 | Use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2019-09-02 | Use doctemplates 0.6. | John MacFarlane | 1 | -5/+0 | |
2019-08-26 | Cabal cleanup (#5693) | Albert Krewinkel | 1 | -2/+2 | |
* pandoc.cabal: remove conditionals for ghc < 8.0. Support for GHC 7.10 has been dropped. * pandoc.cabal: compile with `-Wcpp-undef` when possible * pandoc.cabal: compile with `-fhide-source-paths` if possible | |||||
2019-08-25 | Use dev version of doctemplates. | John MacFarlane | 1 | -0/+4 | |
2019-08-25 | Update cabal.project to use released doctemplates. | John MacFarlane | 1 | -5/+0 | |
2019-08-25 | Use new doctemplates, doclayout. | John MacFarlane | 1 | -0/+5 | |
+ Remove Text.Pandoc.Pretty; use doclayout instead. [API change] + Text.Pandoc.Writers.Shared: remove metaToJSON, metaToJSON' [API change]. + Text.Pandoc.Writers.Shared: modify `addVariablesToContext`, `defField`, `setField`, `getField`, `resetField` to work with Context rather than JSON values. [API change] + Text.Pandoc.Writers.Shared: export new function `endsWithPlain` [API change]. + Use new templates and doclayout in writers. + Use Doc-based templates in all writers. + Adjust three tests for minor template rendering differences. + Added indentation to body in docbook4, docbook5 templates. The main impact of this change is better reflowing of content interpolated into templates. Previously, interpolated variables were rendered independently and intepolated as strings, which could lead to overly long lines. Now the templates interpolated as Doc values which may include breaking spaces, and reflowing occurs after template interpolation rather than before. | |||||
2019-08-23 | Use released pandoc-types. | John MacFarlane | 1 | -4/+0 | |
2019-08-16 | cabal.project: remove options unsupported by GHC 8.0 | Albert Krewinkel | 1 | -2/+2 | |
2019-08-16 | Lua: add module for AST element sequence traversal | Albert Krewinkel | 1 | -0/+5 | |
Lua filters must be able to traverse sequences of AST elements and to replace elements by splicing sequences back in their place. Special `Walkable` instances can be used for this; those are provided in a new module `Text.Pandoc.Lua.Walk`. | |||||
2019-08-05 | Use dev version of pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2019-07-28 | Use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2019-06-04 | Update pandoc-citeproc and skylighting versions. | John MacFarlane | 1 | -1/+1 | |
2019-03-27 | Add ghc-options to cabal.project. | John MacFarlane | 1 | -0/+2 | |
2019-03-12 | Use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2019-03-07 | Update pandoc-citeproc version in cabal.project. | John MacFarlane | 1 | -1/+1 | |
2019-03-03 | cabal.project - update pandoc-citeproc version. | John MacFarlane | 1 | -1/+1 | |
2019-02-15 | Use latest pandoc-citeproc (0.16.1). | John MacFarlane | 1 | -1/+1 | |
2019-02-07 | Use pandoc-citeproc-0.16.0.2 | John MacFarlane | 1 | -1/+1 | |
2019-02-06 | cabal.project - use released pandoc-citeproc (take 2). | John MacFarlane | 1 | -5/+4 | |
2019-02-06 | cabal.project - use released pandoc-citeproc. | John MacFarlane | 1 | -4/+4 | |
2019-01-25 | Fix cabal.project. | John MacFarlane | 1 | -2/+4 | |
2019-01-25 | cabal.project - set flag defaults, revise pandoc-citeproc commit. | John MacFarlane | 1 | -1/+5 | |
2019-01-22 | Support ipynb (Jupyter notebook) as input and output format. | John MacFarlane | 1 | -0/+1 | |
[API change] * Depend on ipynb library. * Add `ipynb` as input and output format. * Added Text.Pandoc.Readers.Ipynb (supports both nbformat v3 and v4). * Added Text.Pandoc.Writers.Ipynb (supports nbformat v4). * Added ipynb readers and writers to T.P.Readers, T.P.Writers, and T.P.Extensions. Register the file extension .ipynb for this format. * Add `PandocIpynbDecodingError` constructor to Text.Pandoc.Error.Error. * Note: there is no template for ipynb. | |||||
2018-12-02 | Use compatible version of pandoc-citeproc. | John MacFarlane | 1 | -0/+1 | |
2018-10-18 | Remove tag on pandoc-citeproc in cabal.project. | John MacFarlane | 1 | -1/+0 | |
2018-10-18 | cabal.project - add tag for pandoc-citeproc. | John MacFarlane | 1 | -0/+1 | |
2018-10-18 | Revert "cabal.project - removed git repo for pandoc-citeproc." | John MacFarlane | 1 | -0/+4 | |
This reverts commit 29ea3e734d916128db8bf6186e17940b98738b43. | |||||
2018-10-18 | cabal.project - removed git repo for pandoc-citeproc. | John MacFarlane | 1 | -4/+0 | |
Released version is okay. | |||||
2018-10-17 | Updated version bounds for containers and haddock-library. | John MacFarlane | 1 | -2/+0 | |
Allow haddock-library 1.7 and containers 0.6.*. Closes #4974. | |||||
2018-10-04 | cabal.project - use latest pandoc-citeproc from git. | John MacFarlane | 1 | -1/+0 | |
2018-10-02 | cabal.project - added pandoc.citeproc again. | John MacFarlane | 1 | -0/+5 | |
2018-10-01 | cabal.project - remove source-dependency stanzas. | John MacFarlane | 1 | -14/+0 | |
They shouldn't be needed given new releases of these packages. | |||||
2018-09-28 | Use released pandoc-citeproc, texmath. | John MacFarlane | 1 | -0/+2 | |
2018-09-26 | Added 'allow-newer' to cabal.project. | John MacFarlane | 1 | -0/+2 | |
2018-09-25 | Add texmath to cabal.project. | John MacFarlane | 1 | -3/+5 | |
2018-09-25 | cabal.project - use source repository stanzas. | John MacFarlane | 1 | -1/+11 | |
2018-09-25 | cabal.project - use vendor/*/*.cabal. | John MacFarlane | 1 | -1/+1 | |
2018-09-25 | cabal.project - use ./pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2018-09-25 | Added cabal.project. | John MacFarlane | 1 | -0/+1 | |