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
/
Shared.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-02
Text.Pandoc.App: Throw errors rather than exiting.
John MacFarlane
1
-12
/
+4
2017-03-12
Revert "Shared: export extractIds."
John MacFarlane
1
-20
/
+0
2017-03-12
Shared: export extractIds.
John MacFarlane
1
-0
/
+20
2017-03-10
Removed normalizeSpaces from Text.Pandoc.Shared.
John MacFarlane
1
-20
/
+0
2017-03-10
Shared.normalizeSpaces: strip off leading/trailing line breaks...
John MacFarlane
1
-2
/
+4
2017-02-24
Shared: remove 'warn'.
John MacFarlane
1
-5
/
+0
2017-02-23
Shared.openURL: Changed type from an Either.
John MacFarlane
1
-6
/
+9
2017-02-14
Simplify toRomanNumeral using guards (#3445)
Alexander Krotov
1
-18
/
+16
2017-02-05
Allow user to specify User-Agent (#3421)
Thenaesh Elango
1
-3
/
+11
2017-01-27
Shared: rename compactify', compactify'DL -> compactify, compactifyDL.
John MacFarlane
1
-8
/
+8
2017-01-27
Removed Shared.compactify.
John MacFarlane
1
-17
/
+0
2017-01-25
Removed writerIgnoreNotes.
John MacFarlane
1
-0
/
+1
2017-01-25
Factored out deNote in Shared.
John MacFarlane
1
-4
/
+4
2017-01-25
Text.Pandoc.Shared: Removed fetchItem, fetchItem'.
John MacFarlane
1
-66
/
+3
2017-01-25
Removed hush from Text.Pandoc.Shared.
John MacFarlane
1
-5
/
+0
2017-01-25
Removed `--normalize` option and normalization functions from Shared.
John MacFarlane
1
-150
/
+0
2017-01-25
Shared: put err into MonadIO.
John MacFarlane
1
-2
/
+2
2017-01-25
Shared: changed err and warn output.
John MacFarlane
1
-5
/
+2
2016-11-27
Shared.fetchItem: Better handling of protocol-relative URL.
John MacFarlane
1
-0
/
+9
2016-11-22
Put 'warn' in MonadIO. Add warnings for math conversions in docx.
John MacFarlane
1
-4
/
+5
2016-10-18
Merge pull request #3165 from hubertp-lshift/feature/odt-image
John MacFarlane
1
-0
/
+13
2016-10-17
Use bind function instead of pattern matching
Hubert Plociniczak
1
-4
/
+1
2016-10-13
Allow http-client 0.4.30, which is the version in stackage lts.
John MacFarlane
1
-16
/
+0
2016-10-13
Revert "Remove http-client CPP conditionals."
John MacFarlane
1
-1
/
+10
2016-10-13
Shared: add function combining lines using LineBreak
Albert Krewinkel
1
-0
/
+11
2016-10-12
Basic support for images in ODT documents
Hubert Plociniczak
1
-0
/
+16
2016-09-03
Remove http-client CPP conditionals.
Jesse Rosenthal
1
-10
/
+1
2016-09-02
Remove Compat.Monoid
Jesse Rosenthal
1
-1
/
+1
2016-07-20
Rename README to MANUAL.txt
Albert Krewinkel
1
-2
/
+2
2016-07-14
Shared: improve year sanity check in normalizeDate
Jesse Rosenthal
1
-6
/
+6
2016-07-14
Shared: normalizeDate should reject illegal years.
Jesse Rosenthal
1
-5
/
+10
2016-07-14
Shared: Add further formats for `normalizeDate`
Jesse Rosenthal
1
-1
/
+2
2016-07-03
Fix warning for parseURl import.
John MacFarlane
1
-2
/
+3
2016-07-03
CPP workaround for deprecation of parseUrl in http-client.
John MacFarlane
1
-6
/
+14
2016-06-23
Shared: Add BlockQuote to blocksToInlines
Jesse Rosenthal
1
-0
/
+1
2016-06-23
Shared: introduce blocksToInlines function
Jesse Rosenthal
1
-0
/
+37
2016-03-22
Updated copyright dates to include 2016.
John MacFarlane
1
-2
/
+2
2016-02-23
Make protocol-relative URIs work again.
John MacFarlane
1
-2
/
+4
2016-01-22
Changed type of Shared.uniqueIdent argument from [String] to Set String.
John MacFarlane
1
-3
/
+3
2015-12-29
Use cmark 0.5.
John MacFarlane
1
-5
/
+8
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
1
-6
/
+12
2015-11-24
Improved fetchItem so that C:/Blah/Blah.jpg isn't treated as URL.
John MacFarlane
1
-6
/
+19
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
1
-4
/
+4
2015-11-09
Fixed shadowing error.
John MacFarlane
1
-3
/
+3
2015-11-09
Restored Text.Pandoc.Compat.Monoid.
John MacFarlane
1
-0
/
+1
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-6
/
+5
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
1
-5
/
+6
2015-10-17
Remove compiler warning with embed_data_files.
John MacFarlane
1
-1
/
+1
2015-10-14
More changes to avoid compiler warnings on ghc 7.10.
John MacFarlane
1
-3
/
+7
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
1
-2
/
+0
[next]