index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-13
Added support to write natbib or biblatex citations in latex output.
Nathan Gass
5
-18
/
+166
2010-12-13
Markdown reader: Further fix to abbrevs.
John MacFarlane
1
-1
/
+1
2010-12-13
Markdown reader: Fixed abbrev handler to allow abbrev at end of line.
John MacFarlane
1
-2
/
+2
2010-12-13
Markdown reader: Fixed referenceKey parser to allow space after newline.
John MacFarlane
1
-2
/
+1
2010-12-13
Fixed inlineListToIdentifier to treat '\160' as ' '.
John MacFarlane
1
-1
/
+3
2010-12-13
Fixed table in README.
John MacFarlane
1
-1
/
+1
2010-12-13
Fixed internal link in README.
John MacFarlane
1
-1
/
+1
2010-12-13
Markdown reader: Fixed regression in reference key parser.
John MacFarlane
2
-1
/
+1
2010-12-12
Benchmark: use nf for writers.
John MacFarlane
1
-2
/
+2
2010-12-12
Markdown reader: fix superscripts with links.
John MacFarlane
1
-1
/
+1
2010-12-12
Recognize .json extension as json reader/writer.
John MacFarlane
1
-0
/
+2
2010-12-11
Removed deprecated -C/--custom-header option.
John MacFarlane
10
-54
/
+0
2010-12-11
Added JSON reader and writer.
John MacFarlane
3
-5
/
+11
2010-12-10
Added Benchmark.hs to extra-source-files.
John MacFarlane
1
-0
/
+2
2010-12-10
Added Benchmark.hs, testing all readers + writers using criterion.
John MacFarlane
1
-0
/
+36
2010-12-10
LaTeX reader: Improved parsing of preamble.
John MacFarlane
1
-11
/
+6
2010-12-10
Moved 'readers' and 'writers' to Text.Pandoc.
John MacFarlane
2
-49
/
+47
2010-12-10
Markdown reader: small cosmetic code improvements.
John MacFarlane
1
-8
/
+6
2010-12-10
Removed HTML sanitization.
John MacFarlane
5
-118
/
+10
2010-12-10
Markdown reader: Allow linebreaks in URLs (treat as spaces).
John MacFarlane
3
-8
/
+24
2010-12-10
Markdown reader: Rewrote para parser for better efficiency.
John MacFarlane
1
-10
/
+8
2010-12-09
Added json format for reading and writing.
John MacFarlane
3
-5
/
+19
2010-12-09
textile redcloth definition lists
paul.rivier
3
-2
/
+53
2010-12-09
Textile reader: better treatment of acronyms.
John MacFarlane
2
-2
/
+2
2010-12-08
RST reader: Added footnote suppport.
John MacFarlane
4
-8
/
+88
2010-12-08
Markdown reader: minor footnote changes.
John MacFarlane
1
-2
/
+3
2010-12-08
Textile reader: Implemented footnotes.
John MacFarlane
3
-6
/
+54
2010-12-07
Made --smart work with RST reader.
John MacFarlane
3
-50
/
+51
2010-12-07
Make --smart work in HTML reader.
John MacFarlane
1
-2
/
+3
2010-12-07
Smart punctuation: recognize entities.
John MacFarlane
2
-9
/
+23
2010-12-07
Rewrote normalizeSpaces (mostly aesthetic reasons).
John MacFarlane
1
-14
/
+11
2010-12-07
Markdown reader: Moved smartPunctuation parser, for slight speed bump.
John MacFarlane
1
-1
/
+1
2010-12-07
Smart punctuation: don't alllow ellipses containing spaces.
John MacFarlane
2
-2
/
+2
2010-12-07
Moved smartPunctuation from Markdown to Parsing.
John MacFarlane
4
-110
/
+107
2010-12-07
Textile reader: implemented acronyms, (tm), (r), (c).
John MacFarlane
3
-7
/
+48
2010-12-07
Narrowed a long line in README.
John MacFarlane
1
-2
/
+2
2010-12-07
Improved process to create man page from README.
John MacFarlane
5
-74
/
+117
2010-12-07
Added Paulo Tanimoto to AUTHORS in markdown2pdf man page.
John MacFarlane
2
-478
/
+1
2010-12-07
Use same options documentation in README and man page.
John MacFarlane
2
-326
/
+360
2010-12-07
Fixed bugs in ieee.csl (Andrea Rossato).
John MacFarlane
1
-2
/
+2
2010-12-07
Updated ieee citation test for punctuation-in-quote.
John MacFarlane
1
-2
/
+2
2010-12-06
Markdown reader: better handling of intraword _.
John MacFarlane
1
-3
/
+5
2010-12-06
Markdown reader: handle curly quotes better.
John MacFarlane
4
-17
/
+25
2010-12-05
Fix regression: markdown references should be case-insensitive.
John MacFarlane
5
-48
/
+42
2010-12-05
Documented citations in README.
John MacFarlane
1
-6
/
+42
2010-12-05
Documented fact that you can specify --bibliography repeatedly.
John MacFarlane
2
-2
/
+4
2010-12-05
README: Updated list of code contributors.
John MacFarlane
1
-1
/
+2
2010-12-05
Org writer: Minor changes to documentation header.
John MacFarlane
1
-3
/
+3
2010-12-05
Documented org-mode writer in README, cabal, man pages.
John MacFarlane
3
-15
/
+21
2010-12-05
Merge branch 'punchagan-master'
John MacFarlane
8
-1
/
+1257
[prev]
[next]