index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
Shared.hs
Age
Commit message (
Expand
)
Author
2024-03-18
Export `isOrderedListMarker` from T.P.Writers.Shared.
John MacFarlane
2023-10-05
Man writer: Fix some spacing issues around links.
John MacFarlane
2023-10-05
T.P.Shared.splitSentences: don't split after initials.
John MacFarlane
2023-01-21
T.P.Writers.Shared: export setupTranslations [API change].
John MacFarlane
2023-01-18
Add param to tocToList for numberSections.
John MacFarlane
2023-01-15
Chunks: export `tocToList`
Albert Krewinkel
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-11-11
Use 'literal tag' instead of 'text (T.unpack tag)' in tagWithAttrs
Wout Gevaert
2022-11-11
[API change] Add functions htmlAddStyle, htmlAlignmentToString and htmlAttrs ...
Wout Gevaert
2022-11-06
Move SecInfo, toTOCTree to T.P.Chunks.
John MacFarlane
2022-11-06
Fix warnings.
John MacFarlane
2022-11-06
T.P.Writers.Shared: refactor toTableOfContents.
John MacFarlane
2022-10-27
T.P.Writers.Shared `toTableOfContents`: handle nested Divs better.
John MacFarlane
2022-10-15
Minor code cleanups.
John MacFarlane
2022-04-18
Fix compiler warnings from last commit.
John MacFarlane
2022-04-18
Don't replace links with empty spans in TOC.
John MacFarlane
2022-03-18
Writers.GridTable: improve module documentation.
Albert Krewinkel
2022-02-23
T.P.Writers.Shared: export ensureValidXmlIdentifiers.
John MacFarlane
2022-02-11
Put id attributes on TOC entries #7907 (#7913)
damon-sava-stanley
2022-01-08
Avoid blank lines after tight sublists in org, haddock.
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-11-11
Writers.Shared: Improve toLegacyTable.
Christian Despres
2021-10-11
T.P.Writers.Shared: remove 'breakable'...
John MacFarlane
2021-10-11
T.P.Writers.Shared: Export splitSentences as a Doc Text transform.
John MacFarlane
2021-05-12
Plain writer: handle superscript unicode minus.
John MacFarlane
2021-04-17
Remove Text.Pandoc.BCP47 module.
John MacFarlane
2021-04-17
Move getLang from BCP47 -> T.P.Writers.Shared.
John MacFarlane
2021-03-19
Protect partial uses of maximum with NonEmpty.
John MacFarlane
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-12-15
Properly handle boolean values in writing YAML metadata.
John MacFarlane
2020-07-29
Writers/Shared: add missing function docs
Albert Krewinkel
2020-04-15
Modify toLegacyTable to cut up cells, add tests
despresc
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2020-02-07
Resolve HLint warnings
Albert Krewinkel
2019-12-07
Fix --toc-depth regression in 2.8.
John MacFarlane
2019-11-15
RST writer: Improve spacing for tables with no width information.
John MacFarlane
2019-11-14
Writers.Shared: Clean up code for adding metadata to variables.
John MacFarlane
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-10-29
T.P.W.Shared: Changed gridTables so it does better at...
John MacFarlane
2019-10-29
Changes to build with new doctemplates/doclayout.
John MacFarlane
2019-10-10
Make some writers sensitive to 'unlisted' class on headings.
John MacFarlane
2019-10-09
Options.WriterOptions: Change type of writerVariables to Context Text.
John MacFarlane
2019-09-08
Replace Element and makeHierarchical with makeSections.
John MacFarlane
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
2019-07-02
Fix redundant constraint warnings. (#5625)
Pete Ryland
2019-05-04
Improve c4a81fb941adf6c3bf524916c46623685d276f32.
John MacFarlane
2019-05-03
metaToJSON: treat digits starting with 0 as a string...
John MacFarlane
2019-03-28
Shared - improve metaToJSON with numbers.
John MacFarlane
[next]