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
/
Class.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-28
Add `--sandbox` option.
John MacFarlane
1
-0
/
+2
2020-03-22
Text.Pandoc.Class: extract submodules PandocIO, PandocPure
Albert Krewinkel
1
-393
/
+10
2020-03-21
Class: fix missing import when data files are not embedded
Albert Krewinkel
1
-0
/
+3
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-1
/
+0
2020-03-14
Subdivide Text.Pandoc.Class into small modules (#6106)
Albert Krewinkel
1
-695
/
+37
2020-02-07
Resolve HLint warnings
Albert Krewinkel
1
-1
/
+0
2020-02-07
More in-depth refactoring and cleanup (#6123)
Joseph C. Sible
1
-10
/
+9
2019-12-11
Improved template API and fixed a bug. Closes #5979.
John MacFarlane
1
-11
/
+0
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-66
/
+68
2019-10-03
Minor ghc 8.8 fixups.
John MacFarlane
1
-2
/
+2
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
1
-10
/
+6
2019-07-28
Use doctemplates 0.3, change type of writerTemplate.
John MacFarlane
1
-0
/
+13
2019-05-28
Fix handling of `file:` URL scheme in `downloadOrRead` (#5522)
Mauro Bieg
1
-2
/
+2
2019-04-05
PowerPoint writer: expand builtin reference doc to model all layouts
Jesse Rosenthal
1
-0
/
+4
2019-03-27
Drop support for ghc < 8.
John MacFarlane
1
-8
/
+0
2019-03-22
fetchItem: don't treat UNC paths as protocol-relative URLs.
John MacFarlane
1
-1
/
+2
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-20
/
+0
2018-11-01
Remove unnecessary hiding in Class.hs
Alexander Krotov
1
-1
/
+0
2018-10-09
Docx writer: added framework for custom properties.
John MacFarlane
1
-0
/
+1
2018-07-02
Spellcheck comments
Alexander Krotov
1
-2
/
+2
2018-06-28
Remove network-uri flag and use 'Network.Socket'.
John MacFarlane
1
-1
/
+1
2018-05-08
Use uriPathToPath with file: URIs.
John MacFarlane
1
-1
/
+2
2018-05-04
catch IO errors when writing media files, closes #4559 (#4619)
Francesco Occhipinti
1
-1
/
+9
2018-04-19
Text.Pandoc.Class.writeMedia: unescape URI-escaping in file path.
John MacFarlane
1
-1
/
+1
2018-03-18
Removed old-locale flag and Text.Pandoc.Compat.Time.
John MacFarlane
1
-2
/
+2
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
1
-4
/
+0
2018-03-16
Class: Semigroup instance for FileTree with base >= 4.9.
John MacFarlane
1
-0
/
+4
2018-02-18
Powerpoint writer: Move notes slides into data tree.
Jesse Rosenthal
1
-0
/
+8
2018-01-19
hlint code improvements.
John MacFarlane
1
-3
/
+3
2017-12-28
Class: make FileTree opaque.
John MacFarlane
1
-1
/
+1
2017-12-28
Powerpoint writer tests: use IO.
John MacFarlane
1
-2
/
+2
2017-12-28
Moved makeCanoncial definition out of ifdef!
John MacFarlane
1
-9
/
+11
2017-12-28
Class: use makeCanonical for normalization in FileTree and data files.
John MacFarlane
1
-8
/
+11
2017-12-28
Text.Pandoc.Class: add insertInFileTree (API change).
John MacFarlane
1
-7
/
+13
2017-12-13
Removed whitespace at ends of line.
John MacFarlane
1
-3
/
+3
2017-12-11
Add necessary powerpoint functions to Class.
Jesse Rosenthal
1
-0
/
+64
2017-10-29
Export all of Text.Pandoc.Class from Text.Pandoc.
John MacFarlane
1
-1
/
+0
2017-10-29
Source code reformatting.
John MacFarlane
1
-0
/
+1
2017-10-27
hlint suggestions.
John MacFarlane
1
-1
/
+0
2017-10-27
hlint suggestions.
John MacFarlane
1
-5
/
+4
2017-10-26
Comment reformat.
John MacFarlane
1
-6
/
+4
2017-10-24
Added some haddock docs for Text.Pandoc.Class functions.
John MacFarlane
1
-3
/
+22
2017-10-23
Back to using [WARNING] and [INFO] to mark messages.
John MacFarlane
1
-4
/
+2
2017-10-23
More pleasing presentation of warnings and info messages.
John MacFarlane
1
-4
/
+5
2017-10-15
Remove openURL from Shared (API change).
John MacFarlane
1
-7
/
+44
2017-10-15
Class: add stRequestHeaders to CommonState, and setRequestHeader.
John MacFarlane
1
-0
/
+13
2017-09-30
Text.Pandoc.Class - add getVerbosity.
John MacFarlane
1
-0
/
+5
2017-09-30
Removed writerSourceURL, add source URL to common state.
John MacFarlane
1
-17
/
+37
2017-09-30
Text.Pandoc.Lua: add mediabag submodule
Albert Krewinkel
1
-9
/
+19
[next]