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
2017-10-29
Write FB2 lists without nesting blocks inside <p> (#4004)
Alexander
1
-16
/
+32
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
25
-116
/
+115
2017-10-26
update years in copyright
Kolen Cheung
1
-2
/
+2
2017-10-16
HTML writer: don't add data- prefix to unknown attributes beginning with data-.
John MacFarlane
1
-0
/
+1
2017-10-16
RST writer: correctly handle inline code containing backticks.
John MacFarlane
1
-2
/
+7
2017-10-16
RST writer: don't backslash-escape word-internal punctuation.
John MacFarlane
1
-15
/
+18
2017-10-13
Merge pull request #3970 from d-dorazio/master
John MacFarlane
1
-2
/
+4
2017-10-13
CommonMark writer: omit "fig:" prefix in image titles.
John MacFarlane
1
-0
/
+3
2017-10-13
markdown writer: always write bracketed_spans' attributes
d-dorazio
1
-2
/
+4
2017-10-11
ConTeXt writer: Use identifiers for chapters.
John MacFarlane
1
-6
/
+7
2017-10-11
FB2 Writer: format LineBlock as poem
Alexander Krotov
1
-2
/
+6
2017-10-10
docx writer - activate evenAndOddHeaders from reference doc
Agustín Martín Barbero
1
-0
/
+1
2017-10-09
FB2 writer: replace concatMap with cMap
Alexander Krotov
1
-10
/
+10
2017-10-09
hlint FB2 writer
Alexander Krotov
1
-50
/
+50
2017-10-06
Use mathjax 2.7.2 by default.
John MacFarlane
1
-1
/
+1
2017-10-05
KaTeX fixes:
John MacFarlane
2
-20
/
+16
2017-09-30
EPUB writer: simplified some functions.
John MacFarlane
1
-24
/
+18
2017-09-30
Removed writerSourceURL, add source URL to common state.
John MacFarlane
6
-6
/
+6
2017-09-27
RST writer: add header anchors when header has non-standard id.
John MacFarlane
1
-1
/
+6
2017-09-08
Write euro symbol directly in LaTeX
Andrew Dunning
1
-6
/
+0
2017-09-07
Markdown writer: Escape pipe characters when `pipe_tables` enabled.
John MacFarlane
1
-0
/
+1
2017-09-07
LaTeX writer: use proper code for list enumerators.
John MacFarlane
1
-2
/
+13
2017-09-05
Markdown writer: make Span with null attribute transparent.
John MacFarlane
1
-4
/
+3
2017-09-04
Plain writer: don't use to separate list and indented code.
John MacFarlane
1
-3
/
+6
2017-09-01
Org writer: stop using raw HTML to wrap divs
Albert Krewinkel
1
-37
/
+26
2017-08-29
Add a type sig to satisfy ghc 7.10.3.
John MacFarlane
1
-0
/
+1
2017-08-28
HTML writer: ensure we don't get two style attributes for width & height.
John MacFarlane
1
-2
/
+8
2017-08-26
Markdown writer: don't crash on Str "".
John MacFarlane
1
-1
/
+1
2017-08-17
RST reader/writer: support unknown interpreted text roles...
John MacFarlane
1
-1
/
+6
2017-08-17
slidy uses https instead of http (#3848)
ickc
1
-1
/
+1
2017-08-16
Update to hslua-0.8.0
Albert Krewinkel
1
-0
/
+6
2017-08-15
Docx writer: fixed a regression (infinite loop on certain lists).
John MacFarlane
1
-2
/
+2
2017-08-14
Implement multicolumn support for slide formats.
John MacFarlane
2
-3
/
+28
2017-08-13
CommonMark writer: prefer pipe tables to HTML tables...
John MacFarlane
1
-3
/
+2
2017-08-13
Markdown writer: Use pipe tables if `raw_html` disabled...
John MacFarlane
1
-2
/
+10
2017-08-13
Added some Functor constraints needed for ghc 7.8.
John MacFarlane
1
-2
/
+2
2017-08-13
Delete Text.Pandoc.Lua.SharedInstances
Albert Krewinkel
1
-1
/
+0
2017-08-13
Use hslua >= 0.7, update Lua code
Albert Krewinkel
1
-128
/
+109
2017-08-12
Docx writer: pass through comments.
John MacFarlane
1
-8
/
+47
2017-08-12
Escape MetaString values (as added with --metadata flag).
John MacFarlane
1
-6
/
+8
2017-08-11
Added support for translations (localization) (see #3559).
John MacFarlane
4
-7
/
+7
2017-08-10
Remove writerUserDataDir from WriterOptions.
John MacFarlane
1
-1
/
+0
2017-08-10
Removed datadir param from readDataFile and getDefaultTemplate.
John MacFarlane
3
-5
/
+3
2017-08-10
Expose getDefaultDataFile in both Shared and Class.
John MacFarlane
1
-1
/
+1
2017-08-10
Slidy writer: use h1 for all slides...
John MacFarlane
1
-1
/
+5
2017-08-09
RST writer: don't wrap term in definition list.
John MacFarlane
1
-1
/
+1
2017-08-09
EPUB writer: don't strip formatting in TOC.
John MacFarlane
1
-10
/
+23
2017-08-08
Muse writer: insert two blanklines between lists of the same type (#3844)
Alexander
1
-1
/
+23
2017-08-08
CommonMark writer: avoid excess blank lines at end of output.
John MacFarlane
1
-1
/
+1
2017-08-08
CommonMark writer: support `hard_line_breaks`, `smart`.
John MacFarlane
1
-8
/
+15
[next]