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
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
1
-1
/
+1
2019-07-16
Make filterIpynbOutput strip ANSI escapes from code in output...
John MacFarlane
1
-1
/
+10
2019-05-27
consolidate simple-table detection (#5524)
Mauro Bieg
1
-0
/
+15
2019-03-06
filterIpynbOutput - go back to just including one block per format.
John MacFarlane
1
-4
/
+3
2019-03-06
Fixed mistake in filterIpynbOutput (prefer lower, not higher rank!)
John MacFarlane
1
-4
/
+3
2019-03-06
Improve filterIpynbOutput.
John MacFarlane
1
-4
/
+7
2019-03-06
Shared.filterIpynbOutput: 'best' should include everything for ipynb.
John MacFarlane
1
-1
/
+5
2019-03-02
Shared: remove withTempDir.
John MacFarlane
1
-17
/
+0
2019-03-02
Add new exported function defaultUserDataDirs
John MacFarlane
1
-1
/
+17
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-18
/
+0
2019-02-28
Shared: add filterIpynbOutput. [API change]
John MacFarlane
1
-1
/
+28
2019-02-25
Shared.compactify: Avoid mixed lists.
John MacFarlane
1
-7
/
+6
2019-02-08
Improve tight/loose list handling.
John MacFarlane
1
-2
/
+9
2019-02-08
Fix misleading code comment.
John MacFarlane
1
-2
/
+1
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2019-02-02
Shared: withTempDir is no longer used in the codebase.
John MacFarlane
1
-0
/
+2
2019-01-02
Implement task lists (#5139)
Mauro Bieg
1
-0
/
+32
2018-11-19
For bibliography match Div with id 'refs', not class 'references'.
John MacFarlane
1
-2
/
+2
2018-11-11
Exactly match GitHub's identifier generating algorithm.
John MacFarlane
1
-2
/
+7
2018-11-11
Text.Pandoc.Shared: add parameter to uniqueIdent, inlineListToIdentifier.
John MacFarlane
1
-22
/
+37
2018-11-03
Add Text.Pandoc.Shared.ToString typeclass (API change)
Alexander Krotov
1
-0
/
+12
2018-10-29
LaTeX reader: allow space at end of math after `\`.
John MacFarlane
1
-0
/
+10
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
[next]