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
2008-03-19
Moved XML-formatting functions to new unexported module Text.Pandoc.XML.
fiddlosopher
4
-116
/
+91
2008-03-19
Andrea Rossato's patch for OpenDocument support.
fiddlosopher
6
-11
/
+539
2008-03-19
Small fix to markdown2pdf man page:
fiddlosopher
1
-3
/
+3
2008-03-19
Added .gitignore.
fiddlosopher
1
-0
/
+12
2008-03-09
Added amsmath package to default LaTeX header. Resolves Issue #48.
fiddlosopher
2
-0
/
+2
2008-03-06
Require parsec < 3.
fiddlosopher
1
-1
/
+1
2008-02-24
Added Texinfo writer to exported modules in pandoc.cabal.
fiddlosopher
1
-0
/
+1
2008-02-24
Modified disallowedInNode in Texinfo writer to correct list of disallowed cha...
fiddlosopher
1
-4
/
+2
2008-02-24
Use style attributes rather than css classes for strikethrough and ordered li...
fiddlosopher
2
-37
/
+21
2008-02-24
Changes to Texinfo writer:
fiddlosopher
11
-101
/
+124
2008-02-24
Committed novalazy's initial patch for texinfo output,
fiddlosopher
7
-1
/
+1541
2008-02-24
Moved BlockWrapper and wrappedBlocksToDoc from ConTeXt writer to Shared.
fiddlosopher
2
-9
/
+13
2008-02-24
Fixed path for library documentation in website.
fiddlosopher
1
-1
/
+1
2008-02-24
Updated package URL for pandoc.cabal and pandoc.cabal.ghc66.
fiddlosopher
2
-4
/
+5
2008-02-24
Removed font-size 110% on code in web css.
fiddlosopher
1
-1
/
+0
2008-02-10
Renamed web/code.txt -> code.text.
fiddlosopher
1
-45
/
+0
2008-02-10
Minor changes due to changes in highlighting-kate API.
fiddlosopher
3
-26
/
+8
2008-02-10
Makefile: Add files in templates directory as dependencies for $(BUILDCONF).
fiddlosopher
1
-1
/
+2
2008-02-10
Added note about syntax highlighting to "Features" on web page.
fiddlosopher
1
-0
/
+1
2008-02-10
Support for startFrom="nn" to select starting line number in syntax highlight...
fiddlosopher
3
-9
/
+13
2008-02-09
Remove build dependencies on libghc6-regex-compat-dev, libghc6-uulib-dev and
roktas
1
-2
/
+2
2008-02-09
Renamed default headers with .header extension; have Setup.hs look for these.
fiddlosopher
7
-6
/
+6
2008-02-09
Mark the package as UNRELEASED.
roktas
1
-1
/
+1
2008-02-09
Moved code.txt -> code.text.
fiddlosopher
2
-1
/
+46
2008-02-09
Revert "Added note in INSTALL about doing 'make templates' if installing usin...
fiddlosopher
1
-1
/
+1
2008-02-09
Have --version print a list of supported languages for syntax highlighting.
fiddlosopher
1
-3
/
+12
2008-02-09
Updated README's instructions on delimited code blocks to include
fiddlosopher
1
-7
/
+8
2008-02-09
Added website demo for code highlighting.
fiddlosopher
1
-0
/
+4
2008-02-09
Updated INSTALL with instructions for compiling in syntax highlighting support.
fiddlosopher
1
-31
/
+43
2008-02-09
CABALOPTS may now be specified with 'make'.
fiddlosopher
1
-1
/
+1
2008-02-09
Added build option for syntax highlighting, with *optional* dependency on hig...
fiddlosopher
6
-16
/
+118
2008-02-09
Modified Setup.hs with new location for DefaultHeaders.hs.
fiddlosopher
1
-2
/
+4
2008-02-09
Removed Text.Regex dependencies by rewriting using plain Haskell:
fiddlosopher
4
-54
/
+59
2008-02-09
Moved Text.Pandoc.Writers.DefaultHeaders -> Text.Pandoc.DefaultHeaders.
fiddlosopher
4
-12
/
+12
2008-02-09
Makefile: only use --with-hc-pkg if GHC_PKG is defined.
fiddlosopher
1
-2
/
+6
2008-02-09
Incorporated templates phase into Setup.hs and improved templates.
fiddlosopher
14
-4499
/
+1079
2008-02-09
Add default CSS to document header if syntax highlighting used.
fiddlosopher
1
-5
/
+27
2008-02-09
Added code.txt to web/ for demos.
fiddlosopher
1
-0
/
+45
2008-02-09
Added preliminary support for syntax highlighting to HTML writer.
fiddlosopher
1
-4
/
+14
2008-02-09
Included highlighting-kate in build-depends.
fiddlosopher
1
-1
/
+1
2008-02-09
Factored codeBlock into separate codeBlockIndented and codeBlockDelimited.
fiddlosopher
1
-5
/
+4
2008-02-09
Updated test suite to new baseline (but no tests yet for new code block syntax).
fiddlosopher
5
-50
/
+50
2008-02-09
Use generic attributes type, not a string, for CodeBlocks.
fiddlosopher
6
-19
/
+45
2008-02-09
Documentation for delimited code blocks.
fiddlosopher
1
-2
/
+51
2008-02-09
Put language class information in pre tag, not code tag, in HTML code blocks.
fiddlosopher
1
-3
/
+3
2008-02-09
Fixed delimited code blocks: eat blank lines afterwards, and allow end line
fiddlosopher
1
-1
/
+2
2008-02-09
Added a needed try to {} attribute parser.
fiddlosopher
1
-4
/
+4
2008-02-09
Added support for multiple classes in delimited code block.
fiddlosopher
1
-7
/
+8
2008-02-09
Initial support for delimited code blocks in markdown reader.
fiddlosopher
1
-1
/
+27
2008-02-09
HTML writer: if language specified for code block, print as <code> class.
fiddlosopher
1
-1
/
+2
[prev]
[next]