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
/
Readers
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-18
More polish on Haddock reader/writer.
John MacFarlane
1
-5
/
+41
2014-06-18
Finished first draft of Haddock writer.
John MacFarlane
1
-2
/
+11
2014-06-18
Rewrote haddock reader to use haddock-library.
John MacFarlane
1
-22
/
+102
2014-06-18
Removed old haddock reader code. Add dependency on haddock-library.
John MacFarlane
3
-360
/
+21
2014-06-17
DocBook reader: Support <?asciidoc-br?>.
John MacFarlane
1
-2
/
+17
2014-06-17
LaTeX reader: Correctly handle table rows with too few cells.
John MacFarlane
1
-3
/
+7
2014-06-16
Fixed compiler warning.
John MacFarlane
1
-1
/
+3
2014-06-16
Naming: Use Docx instead of DocX.
John MacFarlane
3
-44
/
+44
2014-06-16
Merge branch 'docx' of https://github.com/jkr/pandoc into jkr-docx
John MacFarlane
3
-0
/
+1291
2014-06-16
Org reader: make tildes create inline code.
John MacFarlane
1
-4
/
+4
2014-06-16
Small improvement to fix to #1333.
John MacFarlane
1
-4
/
+1
2014-06-16
Markdown reader: fixed #1333 (table parsing bug).
John MacFarlane
1
-5
/
+6
2014-06-16
LaTeX reader: handle leading/trailing spaces in emph better.
John MacFarlane
1
-17
/
+17
2014-06-16
LaTeX reader: don't assume preamble doesn't contain environments.
John MacFarlane
1
-1
/
+1
2014-06-16
HTML reader: Fixed major parsing problem with HTML tables.
John MacFarlane
1
-15
/
+11
2014-06-16
Merge pull request #1344 from mpickering/master
John MacFarlane
1
-13
/
+4
2014-06-16
Org reader: fixed #1342.
John MacFarlane
1
-9
/
+5
2014-06-16
Moved extractSpaces to Shared.hs
mpickering
1
-13
/
+4
2014-06-16
Add DocX files to tree.
Jesse Rosenthal
3
-0
/
+1291
2014-06-12
allow (and discard) optional argument for \caption
James Aspnes
1
-1
/
+1
2014-06-03
LaTeX reader: Handle comments at the end of tables.
John MacFarlane
1
-0
/
+1
2014-05-28
Merge pull request #1302 from tarleb/inline-latex
John MacFarlane
2
-1
/
+32
2014-05-27
Markdown reader: Handle `c++` and `objective-c` as language identifiers
John MacFarlane
1
-1
/
+8
2014-05-20
Org reader: support for inline LaTeX
Albert Krewinkel
2
-1
/
+32
2014-05-14
Merge pull request #1297 from tarleb/citations
John MacFarlane
2
-30
/
+59
2014-05-14
Org reader: support Pandocs citation extension
Albert Krewinkel
1
-2
/
+53
2014-05-14
Move `citeKey` from Readers.Markdown to Parsing
Albert Krewinkel
1
-14
/
+0
2014-05-14
Introduce class HasLastStrPosition, generalize functions
Albert Krewinkel
2
-15
/
+7
2014-05-12
LaTeX reader: Support `\addbibresource`.
John MacFarlane
1
-0
/
+2
2014-05-11
LaTeX reader: set `bibliography` in metadata from `\bibliography` cmd.
John MacFarlane
1
-1
/
+6
2014-05-10
LaTeX reader: Don't error on "%foo" with no newline.
John MacFarlane
1
-1
/
+1
2014-05-10
Org reader: Fix block parameter reader, relax constraints
Albert Krewinkel
1
-6
/
+13
2014-05-09
Merge pull request #1288 from tarleb/update-copyright
John MacFarlane
8
-16
/
+17
2014-05-09
Org reader: Fix parsing of blank lines within blocks
Albert Krewinkel
1
-6
/
+2
2014-05-09
Org reader: Support arguments for code blocks
Albert Krewinkel
1
-42
/
+56
2014-05-09
Org reader: refactor #+BEGIN..#+END block parsing code
Albert Krewinkel
1
-42
/
+80
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
8
-16
/
+17
2014-05-07
Small improvement to textile reader fix. Removed 'try'.
mpickering
1
-1
/
+1
2014-05-07
Fix textile reader hanging.
mpickering
1
-1
/
+2
2014-05-06
Textile reader: Rearranged inline parsers for performance.
John MacFarlane
1
-4
/
+3
2014-05-06
Textile reader: Rewrote simpleInline for clarity and efficiency.
John MacFarlane
1
-15
/
+7
2014-05-06
Textile reader: Disallow blank lines in inline contexts.
John MacFarlane
1
-11
/
+20
2014-05-06
Make `--trace` work with textile reader.
John MacFarlane
1
-2
/
+12
2014-05-06
Textile reader: Rewrote some inline parsing code for clarity.
John MacFarlane
1
-12
/
+8
2014-05-06
Org reader: Read inline code blocks
Albert Krewinkel
1
-3
/
+40
2014-05-04
Fixed the fix to #1154.
John MacFarlane
1
-1
/
+1
2014-05-04
Markdown reader: Fixed bug with unwanted code in lists.
John MacFarlane
1
-0
/
+1
2014-05-03
LaTeX reader: Fixed regression introduced with last commit.
John MacFarlane
1
-10
/
+10
2014-05-03
LaTeX reader: Better error messages with include files.
John MacFarlane
1
-55
/
+117
2014-05-02
Fixed empty reference links. Closes #1186.
John MacFarlane
1
-3
/
+1
[next]