index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-19
Fixed xref lookup in DocBook reader. Closes #3243.
John MacFarlane
1
-3
/
+3
2016-11-19
Org reader: Ensure images in paragraphs are not parsed as figures
Albert Krewinkel
1
-12
/
+22
2016-11-15
Allow alignments to be specified in Markdown grid tables.
John MacFarlane
2
-0
/
+42
2016-11-15
Markdown writer: fixed inconsistent spacing issue.
John MacFarlane
3
-3
/
+1
2016-11-13
HTML reader: only treat "a" element as link if it has href.
John MacFarlane
1
-0
/
+4
2016-11-09
Org reader: allow HTML attribs on non-figure images
Albert Krewinkel
1
-0
/
+6
2016-11-08
Inline code when text has a special style
Hubert Plociniczak
4
-62
/
+55
2016-11-02
Docx reader/writer: Update tests for img title and alt
Jesse Rosenthal
5
-4
/
+4
2016-11-01
[odt] Infer tables' header props from rows (#3199)
hubertp-lshift
1
-1
/
+1
2016-10-31
Added a test case with a complex raw latex environment in Markdown.
John MacFarlane
2
-0
/
+10
2016-10-30
Org reader: support `ATTR_HTML` for special blocks
Albert Krewinkel
1
-0
/
+9
2016-10-30
Org reader: support the `todo` export option
Albert Krewinkel
1
-0
/
+6
2016-10-30
Org reader: add support for todo-markers
Albert Krewinkel
1
-125
/
+165
2016-10-26
Markdown Reader: add attributes for autolink (#3183)
Daniele D'Orazio
1
-1
/
+10
2016-10-24
Export Text.Pandoc.Error in Text.Pandoc.
John MacFarlane
7
-13
/
+1
2016-10-23
Tighten up parsing of raw email addresses.
John MacFarlane
1
-0
/
+5
2016-10-19
Merge pull request #3108 from tarleb/part
John MacFarlane
2
-6
/
+112
2016-10-19
Add option for top-level division type
Albert Krewinkel
2
-6
/
+112
2016-10-19
Image with a caption needs special formatting
Hubert Plociniczak
2
-2
/
+2
2016-10-18
Merge pull request #3166 from hubertp-lshift/bug/3134
John MacFarlane
2
-1
/
+1
2016-10-18
Merge pull request #3165 from hubertp-lshift/feature/odt-image
John MacFarlane
4
-2
/
+7
2016-10-18
Issue 3143: Don't duplicate text for anchors
Hubert Plociniczak
2
-1
/
+1
2016-10-17
Org writer: drop space before footnote markers
Albert Krewinkel
1
-4
/
+4
2016-10-17
Infer caption from the text following the img
Hubert Plociniczak
4
-2
/
+7
2016-10-17
RST reader: Add test for space-before-note.
Jesse Rosenthal
1
-0
/
+9
2016-10-14
Org reader: allow figure with empty caption
Albert Krewinkel
1
-0
/
+6
2016-10-14
Remove Tests.Arbitrary
Jesse Rosenthal
18
-211
/
+17
2016-10-14
Merge pull request #3146 from hubertp-lshift/feature/odt-list-start-value
John MacFarlane
6
-3
/
+3
2016-10-14
Added tests and a corner case for starting number
Hubert Plociniczak
6
-3
/
+3
2016-10-13
Parse line-oriented markup as LineBlock
Albert Krewinkel
4
-17
/
+25
2016-10-11
Markdown writer: add test for note placement.
Jesse Rosenthal
1
-2
/
+138
2016-10-02
AsciiDoc writer: avoid unnecessary use of "unconstrained" emphasis.
John MacFarlane
1
-4
/
+4
2016-09-28
Markdown reader: added bracket syntax for native spans.
John MacFarlane
2
-1
/
+6
2016-09-28
Updated test suite.
John MacFarlane
4
-0
/
+24
2016-09-28
Merge pull request #3093 from wilx/master-figure-placement
John MacFarlane
1
-1
/
+1
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-30
Org reader: respect unnumbered header property
Albert Krewinkel
1
-0
/
+9
2016-08-29
Merge branch 'org-meta-handling'
Albert Krewinkel
1
-63
/
+124
2016-08-29
Docx reader: test for nested anchor spans in header
Jesse Rosenthal
3
-0
/
+14
2016-08-29
Org reader: respect `creator` export option
Albert Krewinkel
1
-0
/
+6
2016-08-29
Org reader: respect `email` export option
Albert Krewinkel
1
-0
/
+6
2016-08-29
Org reader: respect `author` export option
Albert Krewinkel
1
-0
/
+6
2016-08-29
Put Org reader export option tests into test group
Albert Krewinkel
1
-61
/
+65
2016-08-29
Org reader: read HTML_head as header-includes
Albert Krewinkel
1
-0
/
+7
2016-08-29
Org reader: set classoption meta from LaTeX_class_options
Albert Krewinkel
1
-0
/
+5
2016-08-29
Org reader: set documentclass meta from LaTeX_class
Albert Krewinkel
1
-0
/
+5
2016-08-29
Org reader: read LaTeX_header as header-includes
Albert Krewinkel
1
-0
/
+7
2016-08-29
Org reader: give precedence to later meta lines
Albert Krewinkel
1
-0
/
+8
2016-08-29
Org reader: allow multiple, comma-separated authors
Albert Krewinkel
1
-1
/
+8
[next]