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-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-118
/
+175
2019-11-11
Change the implementation of `htmlSpanLikeElements` and implement `<dfn>` (#5...
Florian Beeres
1
-1
/
+1
2019-10-29
Shared.makeSections: better behavior in some corner cases.
John MacFarlane
1
-3
/
+7
2019-10-28
Shared: improve isTight.
John MacFarlane
1
-1
/
+1
2019-10-16
Add support for reading & writing <mark> elements
Florian B
1
-1
/
+1
2019-10-15
Add support for reading and writing <kbd> elements
Daniele D'Orazio
1
-0
/
+6
2019-10-11
Fix `gfm_auto_identifiers` behavior with emojis.
John MacFarlane
1
-1
/
+8
2019-10-07
Shored.camelCaseToHyphenated: handle ABCDef = abc-def.
John MacFarlane
1
-2
/
+8
2019-09-19
EPUB writer: improve splitting into chapters.
John MacFarlane
1
-3
/
+6
2019-09-10
Add --shift-heading-level-by option.
John MacFarlane
1
-4
/
+17
2019-09-08
Replace Element and makeHierarchical with makeSections.
John MacFarlane
1
-61
/
+66
2019-09-08
Revert changes to hierarchicalizeWithIds.
John MacFarlane
1
-21
/
+5
2019-09-06
hierarchicalize: ensure that sections get ids...
John MacFarlane
1
-6
/
+10
2019-09-06
Improve detection of headings in Divs by hierarchicalize.
John MacFarlane
1
-1
/
+2
2019-09-05
Shared.hierarchicalize: improve handling of div and section structure.
John MacFarlane
1
-4
/
+15
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
[next]