index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
Custom.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
1
-1
/
+1
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-6
/
+7
2019-10-29
Changes to build with new doctemplates/doclayout.
John MacFarlane
1
-5
/
+7
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
1
-4
/
+4
2019-07-28
Use doctemplates 0.3, change type of writerTemplate.
John MacFarlane
1
-7
/
+4
2019-07-23
Templates: Change type of renderTemplate'.
John MacFarlane
1
-1
/
+1
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-17
/
+0
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2018-10-28
T.P.Lua: expose more useful internals (API change)
Albert Krewinkel
1
-3
/
+2
2018-10-28
T.P.Lua: rename `runPandocLua` to `runLua` (API change)
Albert Krewinkel
1
-2
/
+2
2018-10-26
Text.Pandoc.Lua: move globals handling to separate module
Albert Krewinkel
1
-30
/
+8
2018-10-14
Custom writer: provide PANDOC_DOCUMENT instead of Setup function
Albert Krewinkel
1
-18
/
+26
2018-10-13
Custom writer: give full access to doc in optional Setup function (#4967)
Albert Krewinkel
1
-1
/
+16
2018-10-01
Lua filters: report traceback when an error occurs
Albert Krewinkel
1
-2
/
+2
2018-09-24
Use hslua v1.0.0
Albert Krewinkel
1
-69
/
+74
2018-08-12
Lua: cleanup Lua utils, remove unused functions.
Albert Krewinkel
1
-7
/
+7
2018-05-16
Custom writer: fix error message on script failure
Albert Krewinkel
1
-1
/
+1
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-02-24
Lua: register script name in global variable
Albert Krewinkel
1
-1
/
+2
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-12-27
Fix regression of DefinitionLists in custom writer
Albert Krewinkel
1
-1
/
+11
2017-12-27
Fix custom writer regression
Albert Krewinkel
1
-2
/
+1
2017-12-13
Custom writer: use init file to setup Lua interpreter
Albert Krewinkel
1
-11
/
+12
2017-12-13
Custom writer: define instances for newtype wrapper
Albert Krewinkel
1
-69
/
+57
2017-10-29
hlint suggestions.
John MacFarlane
1
-1
/
+1
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-3
/
+3
2017-08-16
Update to hslua-0.8.0
Albert Krewinkel
1
-0
/
+6
2017-08-13
Delete Text.Pandoc.Lua.SharedInstances
Albert Krewinkel
1
-1
/
+0
2017-08-13
Use hslua >= 0.7, update Lua code
Albert Krewinkel
1
-128
/
+109
2017-06-20
Writers: adjusted for renderTemplate' changes.
John MacFarlane
1
-2
/
+5
2017-06-11
Switched Writer types to use Text.
John MacFarlane
1
-3
/
+5
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-04-14
Avoid repeating StackValue instances definitions
Albert Krewinkel
1
-30
/
+1
2017-04-14
Extract lua helper functions into Lua.Util module
Albert Krewinkel
1
-10
/
+7
2017-03-28
Custom writer: remove old preprocesesor conditionals
Albert Krewinkel
1
-36
/
+0
2017-03-24
Ensure compatibility with hslua 0.5.*
Albert Krewinkel
1
-1
/
+2
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-22
/
+25
2016-11-30
Options: Removed writerStandalone, made writerTemplate a Maybe.
John MacFarlane
1
-5
/
+3
2016-10-13
Add support for the LineBlock element to writers
Albert Krewinkel
1
-0
/
+2
2016-02-05
Custom writer: Pass attributes parameter to CaptionedImage.
John MacFarlane
1
-2
/
+2
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
1
-4
/
+6
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
1
-3
/
+3
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-1
/
+0
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
1
-0
/
+1
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
1
-1
/
+0
2015-08-07
Updated readers, writers and README for link attribute
mb21
1
-1
/
+1
2015-08-07
Updated readers and writers for new image attribute parameter.
John MacFarlane
1
-2
/
+2
2015-05-31
Custom writer: fixed some compiler warnings for ghc < 7.10.
John MacFarlane
1
-12
/
+17
[next]