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
2009-06-03
Improved LaTeX reader's coverage of math modes.
fiddlosopher
1
-3
/
+7
2009-05-04
RST reader: Allow explicit links with spaces in URL: `link <to this>`_
fiddlosopher
1
-1
/
+1
2009-05-03
Export HTMLMathMethod in Text.Pandoc.
fiddlosopher
1
-0
/
+1
2009-05-02
Made pandoc -v more explicit about compiler options.
fiddlosopher
1
-9
/
+6
2009-05-01
Added new Haskell version of markdown2pdf.
fiddlosopher
1
-15
/
+16
2009-05-01
pandoc.hs: Make --strict compatible with --standalone, --toc.
fiddlosopher
2
-2
/
+196
2009-05-01
Markdown reader: change ' ' to '\160' in abbreviations.
fiddlosopher
1
-1
/
+2
2009-04-30
Markdown reader: improved efficiency of abbreviation parsing.
fiddlosopher
1
-29
/
+26
2009-04-29
Improved efficiency of hexNum parser.
fiddlosopher
1
-1
/
+1
2009-04-29
Made htmlComment parser more efficient.
fiddlosopher
1
-1
/
+3
2009-04-29
Improved efficiency of whitespace parser.
fiddlosopher
1
-13
/
+8
2009-04-29
Use more efficient skipNonindentSpaces instead of nonidentSpaces where possible.
fiddlosopher
1
-7
/
+16
2009-04-29
Took out unneeded 'try' in indentSpaces parser.
fiddlosopher
1
-2
/
+2
2009-04-25
HTML writer: wrap sections in divs. Resolves Issue #70.
fiddlosopher
5
-123
/
+114
2009-04-18
Use Paths_pandoc to get version number.
fiddlosopher
1
-1
/
+3
2009-04-08
Fixed regression with --preserveTabs.
fiddlosopher
1
-3
/
+8
2009-02-28
Minor changes in Text.Pandoc.Biblio.
fiddlosopher
1
-3
/
+3
2009-02-26
Don't return an error status on --help or --version.
fiddlosopher
1
-4
/
+4
2009-02-24
Removed plugin support.
fiddlosopher
2
-85
/
+3
2009-02-14
Version bump to 1.2.
fiddlosopher
1
-1
/
+1
2009-02-14
Changed comment header on hsmarkdown.hs.
fiddlosopher
1
-2
/
+1
2009-02-07
Fixed bug with header spacing in Markdown and RST writers.
fiddlosopher
2
-5
/
+11
2009-01-31
Gobble space after Plain blocks containing only raw html inline.
fiddlosopher
1
-1
/
+1
2009-01-31
Rewrote hsmarkdown in Haskell for portability.
fiddlosopher
1
-0
/
+44
2009-01-31
Moved tabFilter to Shared.
fiddlosopher
2
-22
/
+26
2009-01-31
Renamed Main.hs -> pandoc.hs.
fiddlosopher
1
-0
/
+0
2009-01-24
Moved all haskell source to src subdirectory.
fiddlosopher
31
-0
/
+10907
2007-11-29
Moved everything from src into the top-level directory.
fiddlosopher
46
-9885
/
+0
2007-11-23
Reverted changes in r1086 (implicit section header references).
fiddlosopher
3
-146
/
+123
2007-11-22
Improved and simplified setextHeader parser in markdown reader.
fiddlosopher
1
-8
/
+8
2007-11-22
Improved efficiency of romanNumeral parser (in Text.Pandoc.Shared)
fiddlosopher
1
-8
/
+11
2007-11-22
+ Changed \useurl to \useURL in ConTeXt output.
fiddlosopher
2
-2
/
+2
2007-11-22
Implemented implicit reference-style links to section headers in markdown.
fiddlosopher
3
-124
/
+147
2007-11-18
Fixed some haddock documentation bugs in Shared.hs.
fiddlosopher
1
-4
/
+4
2007-11-18
More improvements to ConTeXt writer:
fiddlosopher
2
-92
/
+105
2007-11-17
ConTeXt writer:
fiddlosopher
1
-2
/
+4
2007-11-17
Modified ConTeXt writer to use \subsubsubsubsection etc.,
fiddlosopher
1
-4
/
+2
2007-11-17
Adjusted formatting of LaTeX and ConTeXt footnotes:
fiddlosopher
3
-15
/
+25
2007-11-16
ConTeXt writer: Use itemize options, not sym{}, to produce ordered
fiddlosopher
1
-14
/
+28
2007-11-16
New, "official" definition of blockquote environment in ConTeXt header.
fiddlosopher
2
-5
/
+19
2007-11-15
Fixed logic in markdown smart quote parsing:
fiddlosopher
1
-11
/
+14
2007-11-15
Fixed smart quote parsing in markdown reader so that unicode
fiddlosopher
1
-6
/
+10
2007-11-15
Changes to ConTeXt writer:
fiddlosopher
1
-121
/
+135
2007-11-15
Improved footnote handling in LaTeX writer:
fiddlosopher
1
-8
/
+16
2007-11-15
Added wrappedTeX and wrapTeXIfNeeded functions to Text.Pandoc.Shared.
fiddlosopher
1
-1
/
+32
2007-11-10
Fixed bug in LaTeX reader (pointed out by Mark Eli Kalderon):
fiddlosopher
1
-1
/
+2
2007-11-03
Reverted back to state as of r1062. The template haskell changes
fiddlosopher
46
-0
/
+9770
2007-11-03
Use template haskell to avoid the need for templates:
fiddlosopher
46
-9770
/
+0
2007-11-01
Cleaned up LaTeX footnotes:
fiddlosopher
1
-5
/
+6
2007-10-29
Fixed bug in parsing files that begin with blank lines.
fiddlosopher
3
-7
/
+7
[next]