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
/
Readers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-25
Class: no more MonadState CommonState.
John MacFarlane
1
-2
/
+2
2017-01-25
ODT test: remove unnecessary imports.
Jesse Rosenthal
1
-1
/
+1
2017-01-25
Make Txt2Tags test pass.
Jesse Rosenthal
1
-4
/
+9
2017-01-25
Update all tests to use new readers and error structure.
Jesse Rosenthal
9
-25
/
+28
2017-01-25
Changed readNative to use PandocMonad.
John MacFarlane
2
-2
/
+6
2017-01-25
Update tests to work with runPure.
John MacFarlane
2
-2
/
+2
2017-01-19
Org reader: allow short hand for single-line raw blocks
Albert Krewinkel
1
-0
/
+12
2017-01-06
Org reader: accept org-ref citations followed by commas
Albert Krewinkel
1
-0
/
+12
2017-01-05
Org reader: ensure emphasis markup can be nested
Albert Krewinkel
1
-0
/
+4
2016-12-24
markdown reader: disallow space between inline code and attributes (#3326)
Mauro Bieg
1
-1
/
+2
2016-12-13
Test case for issue #3223 (#3308)
hubertp-lshift
1
-0
/
+1
2016-12-13
Test case for bug 2752 (#3306)
hubertp-lshift
1
-0
/
+1
2016-12-08
Docx reader: Ensure one-row tables don't have header.
Jesse Rosenthal
1
-0
/
+4
2016-11-30
Options: Removed writerStandalone, made writerTemplate a Maybe.
John MacFarlane
2
-6
/
+6
2016-11-26
[odt] Infer table's caption from the paragraph (#3224)
hubertp-lshift
1
-0
/
+1
2016-11-19
Org reader: Ensure images in paragraphs are not parsed as figures
Albert Krewinkel
1
-12
/
+22
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
1
-0
/
+1
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-18
Merge pull request #3165 from hubertp-lshift/feature/odt-image
John MacFarlane
1
-2
/
+4
2016-10-17
Infer caption from the text following the img
Hubert Plociniczak
1
-2
/
+4
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
5
-5
/
+5
2016-10-13
Parse line-oriented markup as LineBlock
Albert Krewinkel
2
-13
/
+9
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
1
-0
/
+4
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
2016-08-29
Org reader: read markup only for special meta keys
Albert Krewinkel
1
-2
/
+2
2016-08-09
Merge pull request #3065 from tarleb/org-verse-indent
John MacFarlane
1
-0
/
+8
2016-08-09
Org reader: ensure image sources are proper links
Albert Krewinkel
1
-9
/
+9
2016-08-08
Org reader: preserve indentation of verse lines
Albert Krewinkel
1
-0
/
+8
2016-07-14
Org reader: fix parsing of verbatim inlines
Albert Krewinkel
1
-0
/
+3
2016-07-03
Org reader: support headline levels export setting
Albert Krewinkel
1
-0
/
+12
[next]