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
/
Writers
/
Ms.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-07
Lint code in PRs and when committing to master (#6790)
Albert Krewinkel
1
-2
/
+2
2020-09-21
Add built-in citation support using new citeproc library.
John MacFarlane
1
-5
/
+59
2020-09-13
Fix hlint suggestions, update hlint.yaml (#6680)
Christian Despres
1
-4
/
+2
2020-07-12
Merge pull request #6513 from brisad/master
John MacFarlane
1
-1
/
+3
2020-07-12
Ms writer: fix code highlighting with blank lines.
John MacFarlane
1
-5
/
+5
2020-07-08
Escape starting periods in ms writer code blocks
Michael Hoffmann
1
-1
/
+3
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
1
-0
/
+2
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
1
-1
/
+1
2020-04-15
Implement the new Table type
despresc
1
-2
/
+3
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
1
-1
/
+1
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-03-07
Ms writer: fix definition lists so indent even when...
John MacFarlane
1
-3
/
+4
2020-03-06
Ms writer: use .QS/.QE instead of .RS/.RE for block quotes.
John MacFarlane
1
-1
/
+1
2020-02-03
Swap suboptimal uses of maybe and fromMaybe (#6111)
Joseph C. Sible
1
-3
/
+3
2019-11-16
Ms writer: boldface definition terms in DefinitionLists.
John MacFarlane
1
-1
/
+2
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-125
/
+128
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
1
-29
/
+26
2019-07-28
Use doctemplates 0.3, change type of writerTemplate.
John MacFarlane
1
-3
/
+4
2019-07-16
Ms writer: Use .LP instead of .PP for line block.
John MacFarlane
1
-1
/
+1
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-18
/
+0
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2019-01-24
Ms writer: ensure we have a newline after .EN in disply math.
John MacFarlane
1
-1
/
+1
2018-11-01
Change 'groff' -> 'roff'.
John MacFarlane
1
-4
/
+4
2018-10-26
Rename Groff -> Roff.
John MacFarlane
1
-1
/
+1
2018-10-24
Ms writer - removed old escapeBar.
John MacFarlane
1
-8
/
+2
2018-10-23
Groff writer character escaping changes.
John MacFarlane
1
-15
/
+15
2018-10-22
T.P.Writers.Groff - don't export escapeChar.
John MacFarlane
1
-1
/
+1
2018-10-18
Groff escaping changes.
John MacFarlane
1
-24
/
+28
2018-10-17
Move common groff functions to Text.Pandoc.Writers.Groff
John MacFarlane
1
-85
/
+3
2018-10-02
Removed Text.Pandoc.Groff.
John MacFarlane
1
-1
/
+0
2018-10-01
Shared: new export `splitSentences` [API change].
John MacFarlane
1
-26
/
+0
2018-09-30
Implement `--ascii` (`writerPreferAscii`) in writers, not App.
John MacFarlane
1
-1
/
+3
2018-09-04
hlint some writers
Alexander Krotov
1
-1
/
+1
2018-04-15
Ms writer: font improvements.
John MacFarlane
1
-3
/
+14
2018-04-14
Ms writer link improvements.
John MacFarlane
1
-5
/
+13
2018-04-14
Man writer: Don't escape U+2019 as '.
John MacFarlane
1
-1
/
+0
2018-03-18
Ms writer: don't escape hyphens.
John MacFarlane
1
-1
/
+0
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-03-09
Ms writer: asciify pdf anchors, since unicode anchors don't work.
John MacFarlane
1
-4
/
+11
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-12-10
Changes for skylighting-0.5.
John MacFarlane
1
-2
/
+2
2017-10-29
Source code reformatting.
John MacFarlane
1
-3
/
+3
2017-10-29
hlint suggestions.
John MacFarlane
1
-23
/
+20
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-25
/
+25
2017-06-20
Writers: adjusted for renderTemplate' changes.
John MacFarlane
1
-2
/
+3
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
-5
/
+7
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-04-28
Ms writer: make use of already defined render' (#3613)
Alexander Krotov
1
-2
/
+2
[next]