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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-28
Use throwError instead of fail when appropriate.
John MacFarlane
2
-4
/
+11
2019-09-28
Use Prelude.fail to avoid ambiguity with fail from GHC.Base.
John MacFarlane
5
-8
/
+8
2019-09-24
odt: Add external option for native numbering
Nils Carlson
1
-7
/
+7
2019-09-23
Man writer: suppress non-absolute link URLs.
John MacFarlane
1
-3
/
+3
2019-09-22
[Docx Writer] Re-use Readers.Docx.Parse for StyleMap (#5766)
Nikolay Yakimov
2
-31
/
+78
2019-09-22
Make `plain` output plainer.
John MacFarlane
1
-5
/
+16
2019-09-21
[Docx Writer] Consistently use style names, not style ids
Nikolay Yakimov
1
-27
/
+25
2019-09-21
[Docx Writer] Code clean-up
Nikolay Yakimov
1
-40
/
+37
2019-09-20
Preserve built-in styles in DOCX with custom style (#5670)
Ben Steinberg
1
-22
/
+55
2019-09-20
Bug fixes to EPUB chapter splitting.
John MacFarlane
1
-15
/
+16
2019-09-19
EPUB writer: make --epub-chapter-level work again.
John MacFarlane
1
-19
/
+15
2019-09-19
EPUB writer: improve splitting into chapters.
John MacFarlane
1
-36
/
+23
2019-09-19
Remove admonition-title remnants.
John MacFarlane
1
-1
/
+1
2019-09-18
LaTeX writer: use `\hspace{0pt}` for 0-width space U+200B.
John MacFarlane
1
-0
/
+1
2019-09-14
Add chapter-title class to EPUB chapter title h1 elements.
John MacFarlane
1
-3
/
+5
2019-09-14
EPUB toChapters: don't treat "refs" Div specially.
John MacFarlane
1
-1
/
+1
2019-09-08
Replace Element and makeHierarchical with makeSections.
John MacFarlane
12
-462
/
+387
2019-09-04
asciidoc writer: don't include `+` in code blocks for regular asciidoc.
John MacFarlane
1
-2
/
+7
2019-09-02
LaTeX writer: use `cslreferences` environment for csl bibliographies.
John MacFarlane
1
-3
/
+18
2019-09-02
HTML writer: use numeric character references with `--ascii`.
John MacFarlane
1
-6
/
+2
2019-09-02
LaTeX writer: strip off `{}` around locator for biblatex/natbib output.
John MacFarlane
1
-1
/
+7
2019-08-27
PowerPoint writer: Start numbering at appopriate numbers.
Jesse Rosenthal
1
-4
/
+8
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
31
-786
/
+808
2019-08-23
Asciidoc writer: handle admonitions.
John MacFarlane
1
-3
/
+22
2019-08-23
Ensure proper nesting when we have long ordered list markers.
John MacFarlane
1
-2
/
+5
2019-08-23
add proofState to settingsList (#5703)
Krystof Beuermann
1
-0
/
+1
2019-08-14
Add thin space when needed in LaTeX quote ligatures.
John MacFarlane
1
-4
/
+9
2019-08-13
Fix multiline table for XWiki writer (#5683)
Zihang Chen
1
-2
/
+4
2019-08-11
JIRA writer: Remove escapeStringForJira for code blocks
Jan-Otto Kröpke
1
-2
/
+2
2019-07-30
Markdown writer: Don't assume Doc has Eq instance.
John MacFarlane
1
-11
/
+13
2019-07-30
ConTeXt writer; don't use `== empty` with `Doc`, use `isEmpty`.
John MacFarlane
1
-5
/
+5
2019-07-28
Use doctemplates 0.3, change type of writerTemplate.
John MacFarlane
26
-163
/
+144
2019-07-24
HTML writer: ensure TeX formulas are rendered correctly (#5658)
Philip Pesca
1
-1
/
+1
2019-07-23
Templates: Change type of renderTemplate'.
John MacFarlane
3
-11
/
+10
2019-07-23
HTML writer: render inline formulas correctly with --webtex (#5656)
Philip Pesca
1
-1
/
+4
2019-07-20
LaTeX writer: fix line breaks at start of paragraph.
John MacFarlane
1
-9
/
+9
2019-07-19
Change order of ilvl and numId in document.xml (#5647)
Agustín Martín Barbero
1
-3
/
+3
2019-07-18
Markdown writer: prefer using raw_attribute when enabled.
John MacFarlane
1
-2
/
+2
2019-07-18
HTML writer: ensure that line numbers in code blocks get id-prefix.
John MacFarlane
1
-3
/
+5
2019-07-16
Dokuwiki writer: handle mixed lists without HTML fallback.
John MacFarlane
1
-20
/
+6
2019-07-16
Ms writer: Use .LP instead of .PP for line block.
John MacFarlane
1
-1
/
+1
2019-07-15
Customizable type of PDF/A for the ConTeXt writer (issue #5608) (#5610)
Karl Pettersson
1
-1
/
+4
2019-07-14
Muse: add RTL support
Alexander Krotov
1
-5
/
+9
2019-07-13
Merge pull request #5590 from blmage/fix-4206
John MacFarlane
1
-7
/
+16
2019-07-13
Man writer: Improved definition list term output.
John MacFarlane
1
-2
/
+10
2019-07-13
Man writer: fixed boldfacing of definition terms.
John MacFarlane
1
-2
/
+2
2019-07-13
EPUB writer: Use svg tag wrapper for cover image.
John MacFarlane
1
-2
/
+12
2019-07-12
Pass through aria- attributes to HTML5.
John MacFarlane
1
-0
/
+1
2019-07-02
Fix redundant constraint warnings. (#5625)
Pete Ryland
1
-3
/
+3
2019-06-21
JATS Writer: do not emit empty <fn-group> (#5595)
Mauro Bieg
1
-1
/
+3
[prev]
[next]