index
:
github.com/jgm/pandoc
aeson-pretty
asciidoc-reader
babel
bespoke-prelude
chunkedhtml
cite-prefix
commonmark-github
commonmark-hs
commonmark-hs-new
dark-mode
djot
endnote
figures
free
ghc925-3.1.5
ghc925-text2-3.1.5
ghc942-3.1.5
ghc944-3.1.5
images2
initialize-data-files
issue-6072
issue10282
issue10769
issue1234
issue221
issue5354
issue6122
issue6344
issue7111
issue7219
issue771
issue8378
issue8382
issue8417
issue9525
issue9878
issue_11268
jgm-patch-1
latex-partials
link-images
lowmem
main
mallard
mark
moinmoin2
multifile
newlatex
newlatex2
nospace
note-label
offline
oldmaster
optinfo
oracle
pseudopod
r1.19.2.2
r1.19.2.3
r1.19.2.4
rebase-relative-paths-extension
rel-1.19.2.1
relude
reset-position
resolverefs
ris
sable
sandbox3
sandboxed
signing
simdutf
source_date_epoch
sources
split-packages
styles
test-windows-ci
text
token-newline
travis
typst-reader
typst-tables
typst-writer
uri-cite-key
wasm
windows-arm64
windows-ci
windows-release-cabal
xeno
Pandoc — The universal markup converter
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Shared.hs
Age
Commit message (
Expand
)
Author
2021-03-15
Removed more unnecessary imports.
bespoke-prelude
John MacFarlane
2021-03-15
Removed some imports we don't need with the new Prelude.
John MacFarlane
2021-03-15
Use foldl' instead of foldl everywhere.
John MacFarlane
2021-03-12
Simplify compactDL.
John MacFarlane
2021-03-05
Shared: Change defaultUserDataDirs -> defaultUserDataDir.
John MacFarlane
2021-02-20
T.P.Shared: remove some obsolete functions [API change].
John MacFarlane
2021-02-18
T.P.Shared: cleanup.
John MacFarlane
2021-02-13
T.P.Shared: export `handleTaskListItem`. [API change]
Albert Krewinkel
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
2020-05-05
Shared.makeSections: omit number attribute when unnumbered class...
John MacFarlane
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
2020-04-17
Merge pull request #6224 from despresc/better-tables
John MacFarlane
2020-04-16
Shared: renderTags': use self-closing tag for col element.
John MacFarlane
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
2020-04-15
Remove the onlySimpleCellBodies function from Shared
despresc
2020-04-15
Implement the new Table type
despresc
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2020-02-08
Factor out a findM function (#6125)
Joseph C. Sible
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
2020-02-07
Resolve HLint warnings
Albert Krewinkel
2020-02-07
Various minor cleanups and refactoring (#6117)
Joseph C. Sible
2019-12-17
Improved makeSections so we don't get doubled attributes.
John MacFarlane
2019-12-07
Fix --toc-depth regression in 2.8.
John MacFarlane
2019-12-05
Roll back part of of `--shift-heading-level-by` change.
John MacFarlane
2019-12-05
Fix makeSections so it doesn't turn column divs into sections.
John MacFarlane
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-11-11
Change the implementation of `htmlSpanLikeElements` and implement `<dfn>` (#5...
Florian Beeres
2019-10-29
Shared.makeSections: better behavior in some corner cases.
John MacFarlane
2019-10-28
Shared: improve isTight.
John MacFarlane
2019-10-16
Add support for reading & writing <mark> elements
Florian B
2019-10-15
Add support for reading and writing <kbd> elements
Daniele D'Orazio
2019-10-11
Fix `gfm_auto_identifiers` behavior with emojis.
John MacFarlane
2019-10-07
Shored.camelCaseToHyphenated: handle ABCDef = abc-def.
John MacFarlane
2019-09-19
EPUB writer: improve splitting into chapters.
John MacFarlane
2019-09-10
Add --shift-heading-level-by option.
John MacFarlane
2019-09-08
Replace Element and makeHierarchical with makeSections.
John MacFarlane
2019-09-08
Revert changes to hierarchicalizeWithIds.
John MacFarlane
2019-09-06
hierarchicalize: ensure that sections get ids...
John MacFarlane
2019-09-06
Improve detection of headings in Divs by hierarchicalize.
John MacFarlane
2019-09-05
Shared.hierarchicalize: improve handling of div and section structure.
John MacFarlane
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
2019-07-16
Make filterIpynbOutput strip ANSI escapes from code in output...
John MacFarlane
2019-05-27
consolidate simple-table detection (#5524)
Mauro Bieg
2019-03-06
filterIpynbOutput - go back to just including one block per format.
John MacFarlane
2019-03-06
Fixed mistake in filterIpynbOutput (prefer lower, not higher rank!)
John MacFarlane
2019-03-06
Improve filterIpynbOutput.
John MacFarlane
2019-03-06
Shared.filterIpynbOutput: 'best' should include everything for ipynb.
John MacFarlane
2019-03-02
Shared: remove withTempDir.
John MacFarlane
[next]