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-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
2009-02-07
Fixed bug with header spacing in Markdown and RST writers.
fiddlosopher
2
-5
/
+11
2009-02-02
Brought changelog up to date.
fiddlosopher
1
-0
/
+91
2009-01-31
Gobble space after Plain blocks containing only raw html inline.
fiddlosopher
3
-2
/
+11
2009-01-31
Rewrote hsmarkdown in Haskell for portability.
fiddlosopher
2
-0
/
+58
2009-01-31
Moved tabFilter to Shared.
fiddlosopher
2
-22
/
+26
2009-01-31
Renamed Main.hs -> pandoc.hs.
fiddlosopher
2
-1
/
+1
2009-01-31
Changed srcdir in Makefile.
fiddlosopher
1
-1
/
+1
2009-01-25
Added TemplateHaskell to Extensions for executable, removed -threaded for lib...
fiddlosopher
1
-2
/
+2
2009-01-24
Moved all haskell source to src subdirectory.
fiddlosopher
32
-3
/
+3
2009-01-24
Allow " as well as '' to end a latex double-quote.
fiddlosopher
1
-1
/
+1
2009-01-24
Changed processIn -> processWith in sample plugin.
fiddlosopher
1
-1
/
+1
2009-01-24
Code cleanup based on hlint suggestions.
fiddlosopher
1
-30
/
+23
2009-01-24
Fixed bug in mediawiki writer: improper closing tags in tables.
fiddlosopher
2
-73
/
+73
2009-01-24
Added --email-obfuscation option.
fiddlosopher
5
-60
/
+110
2009-01-24
Improved documentation for plugins in README.
fiddlosopher
1
-22
/
+69
2009-01-24
Renamed processIn -> processWith, queryIn -> queryWith.
fiddlosopher
4
-18
/
+18
2009-01-24
Moved some Extra-Source-Files to Data-Files.
fiddlosopher
1
-9
/
+10
2009-01-24
Added a plugin system, based on hint.
fiddlosopher
11
-24
/
+398
2008-12-29
Brought citeproc support up to date for citeproc-hs-0.2.
fiddlosopher
2
-7
/
+15
2008-12-29
More fixes to get markdown writer working with pretty-1.0.1.0.
fiddlosopher
1
-4
/
+1
2008-12-23
Added Bug-Reports field to cabal file.
fiddlosopher
1
-0
/
+1
2008-12-17
Fixed problems in RST and markdown output due to bug in pretty-1.0.1.0
fiddlosopher
5
-19
/
+28
2008-12-17
Added new listings include to LaTeX writer test.
fiddlosopher
1
-0
/
+2
2008-12-03
Mention WordPress EasyFilter in website.
fiddlosopher
1
-0
/
+3
2008-12-02
LaTeX header: Use fixed-width font for Haskell code.
fiddlosopher
1
-1
/
+1
2008-12-02
LaTeX reader: parse |inline lhs| if source is lhs.
fiddlosopher
1
-2
/
+9
2008-12-02
LaTeX and Markdown readers: Add sourceCode class to haskell code.
fiddlosopher
2
-2
/
+2
2008-12-02
Added lhs support to RST reader.
fiddlosopher
1
-0
/
+20
2008-12-02
Added lhs support to RST writer.
fiddlosopher
1
-4
/
+8
2008-12-02
Use +lhs suffixes in formats instead of options to trigger lhs.
fiddlosopher
1
-31
/
+18
2008-12-02
Modified README and man page to document lhs features.
fiddlosopher
2
-31
/
+56
2008-12-02
Add definition of code environment to LaTeX header.
fiddlosopher
1
-0
/
+2
2008-12-02
Allow LaTeX-style code sections as well as bird-style in lhs markdown.
fiddlosopher
1
-1
/
+14
2008-12-02
Markdown writer: Use setext style headers only if --lhs-out specified.
fiddlosopher
1
-1
/
+10
2008-12-02
Markdown writer: proper handling of block quotes in lhs mode.
fiddlosopher
1
-1
/
+6
2008-12-02
Handle --lhs-out option in HTML, LaTeX, and Markdown writers.
fiddlosopher
5
-5
/
+42
2008-12-02
Added --lhs-out option.
fiddlosopher
2
-14
/
+32
2008-12-02
LaTeX reader: Added parser for literate haskell code blocks.
fiddlosopher
1
-3
/
+9
2008-12-02
Moved failUnlessLHS to Text.Pandoc.Shared.
fiddlosopher
2
-6
/
+7
2008-12-02
Added literate haskell support for markdown reader.
fiddlosopher
3
-9
/
+53
2008-12-01
Conditionally depend on syb and base >= 4 if ghc >= 6.10.
fiddlosopher
1
-1
/
+5
2008-12-01
Removed package-URL field from cabal file.
fiddlosopher
1
-1
/
+0
[prev]
[next]