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
2021-02-20
T.P.Shared: remove some obsolete functions [API change].
John MacFarlane
1
-43
/
+1
2021-02-18
T.P.Shared: cleanup.
John MacFarlane
1
-11
/
+26
2021-02-13
T.P.Shared: export `handleTaskListItem`. [API change]
Albert Krewinkel
1
-0
/
+1
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-1
/
+1
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-6
/
+4
2020-05-05
Shared.makeSections: omit number attribute when unnumbered class...
John MacFarlane
1
-1
/
+2
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
1
-2
/
+3
2020-04-17
Merge pull request #6224 from despresc/better-tables
John MacFarlane
1
-4
/
+8
2020-04-16
Shared: renderTags': use self-closing tag for col element.
John MacFarlane
1
-1
/
+1
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
1
-27
/
+4
2020-04-15
Remove the onlySimpleCellBodies function from Shared
despresc
1
-13
/
+2
2020-04-15
Implement the new Table type
despresc
1
-5
/
+43
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2020-02-08
Factor out a findM function (#6125)
Joseph C. Sible
1
-0
/
+9
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
1
-9
/
+9
2020-02-07
Resolve HLint warnings
Albert Krewinkel
1
-2
/
+0
2020-02-07
Various minor cleanups and refactoring (#6117)
Joseph C. Sible
1
-4
/
+3
2019-12-17
Improved makeSections so we don't get doubled attributes.
John MacFarlane
1
-13
/
+17
2019-12-07
Fix --toc-depth regression in 2.8.
John MacFarlane
1
-6
/
+6
2019-12-05
Roll back part of of `--shift-heading-level-by` change.
John MacFarlane
1
-6
/
+0
2019-12-05
Fix makeSections so it doesn't turn column divs into sections.
John MacFarlane
1
-1
/
+3
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
[next]