index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
Tests
/
Writers
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-04
LaTeX writer: Fix unnumbered headers when used with `--top-level`
Albert Krewinkel
1
-0
/
+22
2016-11-30
Options: Removed writerStandalone, made writerTemplate a Maybe.
John MacFarlane
2
-5
/
+3
2016-11-27
Refactor top-level division selection (#3261)
Albert Krewinkel
2
-15
/
+52
2016-11-26
Allow to overwrite top-level division type heuristics (#3258)
Albert Krewinkel
2
-3
/
+3
2016-10-19
Add option for top-level division type
Albert Krewinkel
2
-6
/
+112
2016-10-14
Remove Tests.Arbitrary
Jesse Rosenthal
10
-10
/
+10
2016-10-11
Markdown writer: add test for note placement.
Jesse Rosenthal
1
-2
/
+138
2016-09-20
LaTeX writer: change braced backtick to \textasciigrave{}
Jesse Rosenthal
1
-1
/
+1
2016-09-19
Add test for backtick in verbatim.
Jesse Rosenthal
1
-0
/
+2
2016-08-15
Docx writer test: comment out function to make compiler happy.
Jesse Rosenthal
1
-2
/
+2
2016-08-15
Docx writer: test for custom styles.
Jesse Rosenthal
1
-0
/
+8
2016-08-15
Docx writer tests: allow for altered round trip
Jesse Rosenthal
1
-40
/
+49
2016-07-14
Removed some redundant class constraints.
John MacFarlane
6
-8
/
+8
2016-01-19
Added some entity tests in Markdown reader tests.
John MacFarlane
1
-9
/
+11
2016-01-19
Add TEI Writer.
csforste
1
-0
/
+41
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
4
-4
/
+4
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
1
-1
/
+1
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
10
-10
/
+0
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
10
-0
/
+10
2015-10-28
LaTeX writer: add `\protect` to `\hyperlink`.
John MacFarlane
1
-1
/
+1
2015-10-27
LaTeX writer: Use `\hypertarget` and `\hyperlink` for links.
John MacFarlane
1
-1
/
+1
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
1
-1
/
+0
2015-10-12
RST writer: do header normalization only in "standalone" mode.
John MacFarlane
1
-8
/
+13
2015-09-19
[RST Writer] Don't normalize heading levels below input minimum
Nikolay Yakimov
1
-0
/
+25
2015-09-09
Tests: docx writer tests now use "../data" for data directory.
John MacFarlane
1
-1
/
+4
2015-04-18
Markdown writer: improved escaping.
John MacFarlane
1
-2
/
+2
2015-04-17
Merge branch 'latex-tightlist' of https://github.com/jlduran/pandoc into jldu...
John MacFarlane
1
-1
/
+1
2015-04-16
RST Writer: Tests for rubrics and heading normalization
Nikolay Yakimov
1
-0
/
+79
2015-03-28
Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...
John MacFarlane
1
-3
/
+4
2015-03-16
Merge pull request #1968 from lierdakil/issue1607
John MacFarlane
1
-0
/
+128
2015-03-10
Support shortcut reference links in markdown writer
Konstantin Zudov
1
-1
/
+90
2015-03-08
Docx Writer: Tables test
Nikolay Yakimov
1
-6
/
+6
2015-03-08
Lists test
Nikolay Yakimov
1
-4
/
+4
2015-03-03
Initial tests for writer
Nikolay Yakimov
1
-0
/
+128
2014-12-15
Improved texorpdfstring patch #1148.
John MacFarlane
1
-1
/
+1
2014-12-15
Merge branch 'use-texorpdfstring' of https://github.com/wilx/pandoc into wilx...
John MacFarlane
1
-1
/
+1
2014-09-09
LaTeX writer: Test for protecting images in header.
Jesse Rosenthal
1
-0
/
+3
2014-09-01
LaTeX writer: Use a declaration for tight lists
Jose Luis Duran
1
-1
/
+1
2014-08-31
LaTeX writer: Add tests for header-in-item.
Jesse Rosenthal
1
-0
/
+7
2014-08-03
Correctly implement capitalisation.
Artyom Kazak
1
-0
/
+21
2014-07-29
LaTeX writer: use \(..\) instead of $..$ for inline math.
John MacFarlane
1
-1
/
+1
2014-07-20
AsciiDoc writer: Double markers in intraword emphasis.
John MacFarlane
1
-3
/
+22
2014-06-23
LaTeX writer: Use `\textquotesingle` for `'` in inline code.
John MacFarlane
1
-0
/
+2
2014-06-20
LaTeX writer: Fixed strikeout + highlighted code. Closes #1294.
John MacFarlane
1
-1
/
+11
2014-05-03
Added Tests.Writer.AsciiDoc to repository.
John MacFarlane
1
-0
/
+37
2014-05-03
Distinguish tight and loose lists in Docbook output
Neil Mayhew
1
-11
/
+188
2014-04-12
Add some unit tests for Writers.Docbook
Neil Mayhew
1
-0
/
+52
2014-02-13
Update tests suite to expect \texorpdfstring.
Vaclav Zeman
1
-1
/
+1
2013-11-30
Markdown writer: Fix rendering of tight sublists.
John MacFarlane
1
-0
/
+4
2013-10-21
Fix definition lists with internal links in terms (closes #1032).
John MacFarlane
1
-0
/
+5
[next]