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-02-27
Markdown reader: properly escape URIs.
fiddlosopher
2
-4
/
+12
2010-02-27
LaTeX reader: handle \ (interword space).
fiddlosopher
1
-5
/
+9
2010-02-26
LaTeX reader: allow any special character to be escaped.
fiddlosopher
1
-1
/
+1
2010-02-21
Set LANG to a UTF-8 locale in RunTests.hs.
fiddlosopher
1
-1
/
+2
2010-02-21
No longer need to set 'HOME' in RunTests.hs.
fiddlosopher
1
-2
/
+1
2010-02-21
Behave gracefully if HOME is not set.
fiddlosopher
1
-7
/
+9
2010-02-21
Added tests/tables-rst-subset.native, part of RST tables patch.
fiddlosopher
1
-0
/
+87
2010-02-20
Incomplete support for RST tables (simple and grid).
fiddlosopher
4
-4
/
+279
2010-02-12
Fixed minor error in README.
fiddlosopher
1
-1
/
+1
2010-02-12
LaTeX reader: treat \paragraph and \subparagraph as level 4, 5 headers.
fiddlosopher
1
-2
/
+2
2010-02-12
HTML reader: handle spaces before <html>.
fiddlosopher
1
-0
/
+1
2010-02-12
HTML reader: Be forgiving in parsing a bare list within a list.
fiddlosopher
1
-2
/
+6
2010-02-06
Removed refs to wrappers from website.
fiddlosopher
2
-9
/
+6
2010-02-06
Removed html2markdown and hsmarkdown.
fiddlosopher
7
-506
/
+44
2010-02-04
Tweaked INSTALL instructions.
fiddlosopher
1
-0
/
+8
2010-02-03
Updated INSTALL instructions.
fiddlosopher
1
-276
/
+66
2010-02-03
Bump version to 1.5 since API has changed.
fiddlosopher
1
-1
/
+1
2010-02-03
Updated markdown2pdf man page.
fiddlosopher
1
-13
/
+9
2010-02-03
Require two spaces after capital letter + period for list item.
fiddlosopher
1
-2
/
+2
2010-02-03
Removed spurious Makefile reference from README.
fiddlosopher
1
-2
/
+1
2010-02-02
Removed advice to pipe through tidy before HTML reader.
fiddlosopher
2
-8
/
+1
2010-02-02
Allow absolute URI as parameter (in this case, content is downloaded).
fiddlosopher
4
-7
/
+28
2010-02-02
Made HTML reader much more forgiving.
fiddlosopher
1
-29
/
+106
2010-01-31
LaTeX writer: set numbersections template variable.
fiddlosopher
1
-0
/
+1
2010-01-18
Made userdir arg of saveDocumentAsODT a Maybe.
fiddlosopher
2
-10
/
+13
2010-01-18
Removed unneeded import.
fiddlosopher
1
-5
/
+0
2010-01-18
Made user directory a Maybe in readFile, s5HeaderIncludes, laTeXMathML.
fiddlosopher
5
-14
/
+13
2010-01-18
Rename getTemplate -> getDefaultTemplate.
fiddlosopher
2
-11
/
+11
2010-01-17
Removed ref to Makefile in cabal file.
fiddlosopher
1
-2
/
+0
2010-01-17
Deleted empty macports, freebsd directories.
fiddlosopher
0
-0
/
+0
2010-01-17
Removed obsolete Makefile.
fiddlosopher
1
-290
/
+0
2010-01-17
Website: renamed index.txt.in -> index.txt.
fiddlosopher
1
-0
/
+0
2010-01-17
New batch file to make-windows-installer.
fiddlosopher
3
-18
/
+16
2010-01-17
Removed freebsd and macports directories.
fiddlosopher
3
-131
/
+0
2010-01-17
Added 'update' target to web/Makefile.
fiddlosopher
1
-0
/
+11
2010-01-17
Setup: Made man page building sensitive to build verbosity.
fiddlosopher
1
-5
/
+6
2010-01-17
Setup.hs : -Wall and hlint cleanup.
fiddlosopher
1
-10
/
+13
2010-01-14
Fixed RunTests so it doesn't require data files to have been installed.
fiddlosopher
1
-1
/
+1
2010-01-14
Added --data-dir option.
fiddlosopher
8
-89
/
+99
2010-01-14
Setup.hs: improved detection of highlighting support in test hook.
fiddlosopher
1
-6
/
+4
2010-01-12
Setup.hs: Install wrapper scripts into cabal bin directory.
fiddlosopher
1
-13
/
+23
2010-01-12
Setup.hs: install manpages to mandir.
fiddlosopher
1
-4
/
+33
2010-01-12
Removed obsolete debian stuff from distclean target.
fiddlosopher
1
-3
/
+0
2010-01-12
Removed obsolete win-pkg Makefile target.
fiddlosopher
1
-8
/
+0
2010-01-11
Added getTemplate to Text.Pandoc.Templates.
fiddlosopher
2
-7
/
+31
2010-01-10
Version bump to 1.4.1.
fiddlosopher
1
-1
/
+1
2010-01-10
Updated changelog.
fiddlosopher
1
-0
/
+39
2010-01-10
Deprecated --custom-header in documentation.
fiddlosopher
3
-29
/
+10
2010-01-09
HTML writer: don't include empty UL if --toc but no sections.
fiddlosopher
1
-1
/
+5
2010-01-09
Windows installer - fixed bug in data file locations.
fiddlosopher
3
-39
/
+24
[next]