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
2009-07-03
Use language attribute to indicate source language in docbook code blocks.
fiddlosopher
1
-2
/
+14
2009-07-03
Allow -, _, :, . in markdown attribute names.
fiddlosopher
1
-1
/
+1
2009-07-03
Export languagesByExtension in Text.Pandoc.Highlighting.
fiddlosopher
1
-2
/
+5
2009-06-28
RST reader: Allow # to continue list...
fiddlosopher
3
-2
/
+12
2009-06-25
Allow continuation lines in line blocks.
fiddlosopher
3
-5
/
+22
2009-06-25
Fixed duplicate text bug in markdown2pdf.hs. (Paulo Tanimoto)
fiddlosopher
2
-9
/
+10
2009-06-17
Don't install markdown2pdf by default - still has bugs.
fiddlosopher
1
-4
/
+5
2009-06-06
Man writer: break lines at end of each sentence.
fiddlosopher
3
-107
/
+153
2009-06-06
Make --smart default for man output format.
fiddlosopher
1
-1
/
+1
2009-06-03
Added Pandoc's HCAR blurb to repository.
fiddlosopher
1
-0
/
+27
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
2
-15
/
+27
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
3
-31
/
+28
2009-04-29
Fixed profiling options.
fiddlosopher
1
-2
/
+2
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
Added -caf-all to profiling options.
fiddlosopher
1
-2
/
+2
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
10
-1129
/
+1190
2009-04-20
Added notice of NetBSD port in web index.
fiddlosopher
1
-1
/
+2
2009-04-18
Use Paths_pandoc to get version number.
fiddlosopher
2
-2
/
+5
2009-04-08
Fixed regression with --preserveTabs.
fiddlosopher
1
-3
/
+8
2009-03-01
Updated website index with release 1.2 news.
fiddlosopher
1
-0
/
+10
2009-03-01
Updated googlecode instructions in RELEASE-CHECKLIST.
fiddlosopher
1
-2
/
+2
2009-03-01
Updated RELEASE-CHECKLIST.
fiddlosopher
1
-19
/
+3
2009-02-28
Minor changes in Text.Pandoc.Biblio.
fiddlosopher
1
-3
/
+3
2009-02-27
Setup.hs: replace readProcess with something more portable.
fiddlosopher
1
-4
/
+7
2009-02-26
Made Setup.hs compatible with Cabal < 1.6.
fiddlosopher
1
-6
/
+5
2009-02-26
Don't return an error status on --help or --version.
fiddlosopher
1
-4
/
+4
2009-02-26
Revert "Require Cabal >= 1.6."
fiddlosopher
2
-3
/
+1
2009-02-26
Require Cabal >= 1.6.
fiddlosopher
2
-1
/
+3
2009-02-24
Removed plugin support.
fiddlosopher
6
-332
/
+8
2009-02-14
Added new lhs tests to cabal file.
fiddlosopher
1
-0
/
+10
2009-02-14
Version bump to 1.2.
fiddlosopher
2
-2
/
+2
2009-02-14
Updated changelog.
fiddlosopher
1
-0
/
+6
2009-02-14
Make wrappers flag False by default.
fiddlosopher
1
-1
/
+1
2009-02-14
Changed comment header on hsmarkdown.hs.
fiddlosopher
1
-2
/
+1
2009-02-14
Check to see if highlighting supported and run lhs tests if it is.
fiddlosopher
2
-4
/
+9
2009-02-14
Only run lhs tests if 'lhs' argument passed to RunTests.hs.
fiddlosopher
1
-2
/
+15
2009-02-14
Updated test suites: regular paragraph before block quote.
fiddlosopher
10
-10
/
+29
2009-02-14
Added lhs reader tests. (One case fails.)
fiddlosopher
2
-1
/
+59
2009-02-10
Removed extraneous Text directory (now moved to src/).
fiddlosopher
0
-0
/
+0
2009-02-07
Added tests for lhs writers.
fiddlosopher
10
-1
/
+340
[prev]
[next]