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
2018-10-10
Reimplement mapLeft using Bifunctor.first
Alexander Krotov
1
-2
/
+2
2018-10-01
Shared: new export `splitSentences` [API change].
John MacFarlane
1
-0
/
+26
2018-07-30
Lua Utils module: add function blocks_to_inlines (#4799)
Albert Krewinkel
1
-2
/
+11
2018-07-02
Spellcheck comments
Alexander Krotov
1
-1
/
+1
2018-05-08
Fixed bug in uriPathToPath for Windows.
John MacFarlane
1
-1
/
+1
2018-05-08
Shared: add uriPathToPath.
John MacFarlane
1
-0
/
+14
2018-03-18
Removed old-locale flag and Text.Pandoc.Compat.Time.
John MacFarlane
1
-7
/
+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
-3
/
+2
2018-01-19
hlint code improvements.
John MacFarlane
1
-1
/
+1
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-12-22
API change: export blocksToInlines' from Text.Pandoc.Shared
mb21
1
-0
/
+1
2017-12-02
Shared.blocksToInlines: rewrote using builder.
John MacFarlane
1
-24
/
+27
2017-12-02
Add --strip-empty-paragraphs option.
John MacFarlane
1
-0
/
+9
2017-11-28
make normalizeDate more forgiving (#4101)
Mauro Bieg
1
-1
/
+1
2017-11-01
hlint
Alexander Krotov
1
-3
/
+3
2017-10-29
Source code reformatting.
John MacFarlane
1
-1
/
+1
2017-10-27
hlint suggestions.
John MacFarlane
1
-22
/
+21
2017-10-27
Don't rely on syb when we don't need to.
John MacFarlane
1
-1
/
+1
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-63
/
+67
2017-10-27
Consistent underline for Readers (#2270)
hftf
1
-0
/
+8
2017-10-15
Remove openURL from Shared (API change).
John MacFarlane
1
-51
/
+1
2017-10-08
Shared.stringify, removeFormatting: handle Quoted better.
John MacFarlane
1
-2
/
+9
2017-08-11
Added support for translations (localization) (see #3559).
John MacFarlane
1
-118
/
+1
2017-08-10
Expose getDefaultDataFile in both Shared and Class.
John MacFarlane
1
-0
/
+1
2017-06-20
Move CR filtering from tabFilter to the readers.
John MacFarlane
1
-4
/
+8
2017-06-17
Use Control.Monad.State.Strict throughout.
John MacFarlane
1
-1
/
+1
2017-06-11
Switched Writer types to use Text.
John MacFarlane
1
-2
/
+2
2017-06-10
Rewrote convertTabs to use Text not String.
John MacFarlane
1
-17
/
+11
2017-05-30
Added eastAsianLineBreakFilter to Shared.
John MacFarlane
1
-0
/
+12
2017-05-23
Shared.isURI: allow uppercase versions of known schemes.
John MacFarlane
1
-1
/
+2
2017-05-23
Shared: Provide custom isURI that rejects unknown schemes [isURI]
Albert Krewinkel
1
-1
/
+68
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-05-07
Added PandocHttpException, trap exceptions in fetching from URLs.
John MacFarlane
1
-4
/
+5
2017-05-07
Remove https flag.
John MacFarlane
1
-21
/
+0
2017-04-15
Error: Added PandocCouldNotFindDataFileError.
John MacFarlane
1
-3
/
+2
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
[next]