index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-20
Support --trace in HTML reader.
John MacFarlane
1
-1
/
+10
2014-06-20
LaTeX writer: Fixed strikeout + highlighted code. Closes #1294.
John MacFarlane
1
-1
/
+10
2014-06-20
Make strNormalize go bottomUp.
Jesse Rosenthal
1
-5
/
+5
2014-06-20
Docx reader: Add a comment explaining strNormalize
Jesse Rosenthal
1
-0
/
+4
2014-06-20
Docx Reader: Normalize DefinitionLists
Jesse Rosenthal
1
-0
/
+2
2014-06-20
Docx reader: simplify blockNormalize
Jesse Rosenthal
1
-10
/
+8
2014-06-20
Docx reader: Fix hdr handling in block norm
Jesse Rosenthal
1
-0
/
+2
2014-06-19
Docx writer: Use Compact style for empty table cells.
John MacFarlane
1
-1
/
+3
2014-06-19
HTML reader: Allow space between `<col>` and `</col>`.
John MacFarlane
1
-0
/
+1
2014-06-19
Merge pull request #1354 from jkr/literalTab
John MacFarlane
2
-2
/
+20
2014-06-19
Introduce blockNormalize
Jesse Rosenthal
1
-1
/
+14
2014-06-19
Have Docx reader properly interpret tabs.
Jesse Rosenthal
1
-0
/
+2
2014-06-19
Add literal tabs to parser.
Jesse Rosenthal
1
-1
/
+4
2014-06-19
ImageSize: ignore unknown exif header tag rather than crashing.
John MacFarlane
1
-1
/
+2
2014-06-19
Haddock writer: Use _____ for hrule.
John MacFarlane
1
-2
/
+2
2014-06-18
Haddock writer: Only use Decimal list style.
John MacFarlane
1
-2
/
+2
2014-06-18
Small fix to haddock "tables".
John MacFarlane
1
-2
/
+2
2014-06-18
More polish on Haddock reader/writer.
John MacFarlane
2
-22
/
+47
2014-06-18
Finished first draft of Haddock writer.
John MacFarlane
3
-2
/
+371
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
Highlighting: Let .numberLines work even if no language given.
John MacFarlane
1
-1
/
+6
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
4
-47
/
+47
2014-06-16
Merge branch 'docx' of https://github.com/jkr/pandoc into jkr-docx
John MacFarlane
4
-20
/
+1327
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
2
-13
/
+20
2014-06-16
Org reader: fixed #1342.
John MacFarlane
1
-9
/
+5
2014-06-16
Moved extractSpaces to Shared.hs
mpickering
2
-13
/
+20
2014-06-16
Integrated the docx reader into the main pandoc program.
mpickering
1
-20
/
+36
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-06-03
Markdown writer: Prettier pipe tables.
John MacFarlane
1
-8
/
+16
2014-06-03
Docx writer: Section numbering carries over from reference.docx.
John MacFarlane
1
-1
/
+6
2014-06-03
Docx writer: Combine reference.docx numbering with pandoc's.
John MacFarlane
1
-6
/
+6
2014-06-03
Docx writer: pandoc uses only numIds >= 1000 for lists.
John MacFarlane
1
-3
/
+8
2014-06-03
Docx writer: Changed abstractNumId numbering scheme.
John MacFarlane
1
-3
/
+3
2014-06-03
Docx writer: Simplified abstractNumId numbering.
John MacFarlane
1
-19
/
+30
2014-06-03
Templates: use ordNum instead of ord.
John MacFarlane
1
-3
/
+3
2014-06-03
Shared: Added ordNub.
John MacFarlane
1
-0
/
+9
2014-06-02
Docx writer: Create overrides per-image for media/ in ref docx.
John MacFarlane
1
-13
/
+8
2014-06-02
Docx writer: Improved entryFromArchive to avoid parse.
John MacFarlane
1
-2
/
+3
[prev]
[next]