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
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
2015-05-31
Allow building with hslua 0.4.
John MacFarlane
1
-0
/
+20
2015-05-05
Deal with deprecation warning in Custom.
John MacFarlane
1
-2
/
+10
2015-04-26
Merge pull request #2112 from lierdakil/issue2101
John MacFarlane
1
-33
/
+29
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
1
-2
/
+2
2015-04-26
Custom Writer: Set foreign encoding to UTF-8
Nikolay Yakimov
1
-33
/
+29
2015-04-21
Custom writer: use UTF-8 aware bytestring conversion.
John MacFarlane
1
-7
/
+8
2015-01-18
Custom writer: Raise `PandocLuaException` instead of using 'error'.
John MacFarlane
1
-2
/
+9
2015-01-18
Custom writer: raise error if loadstring returns an error status.
John MacFarlane
1
-1
/
+6
2014-07-16
Remove unused import.
John MacFarlane
1
-1
/
+0
2014-07-16
Custom writers now work with `--template`.
John MacFarlane
1
-2
/
+14
2014-07-16
Made Citation information available in lua custom writer.
John MacFarlane
1
-2
/
+17
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
1
-2
/
+2
2014-04-04
Correctly handle UTF-8 in custom lua scripts. Closes #1189.
John MacFarlane
1
-2
/
+1
2014-04-04
Custom writer: read lua script as UTF-8.
John MacFarlane
1
-1
/
+2
2013-08-10
Adjustments for new Format newtype.
John MacFarlane
1
-0
/
+6
2013-08-08
Preliminary support for new Div and Span elements in writers.
John MacFarlane
1
-0
/
+5
2013-08-06
Added support for MetaBool.
John MacFarlane
1
-0
/
+2
2013-06-27
Custom writer: Pass full metadata, not just tit/auth/date.
John MacFarlane
1
-5
/
+15
2013-06-24
Use new flexible metadata type.
John MacFarlane
1
-4
/
+4
2013-04-14
Added `Text.Pandoc.Writers.Custom`, `--print-custom-lua-writer`.
John MacFarlane
1
-0
/
+230