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-07-10
Changed inDefinition and indentPara to stInDefinition and stIndentPara
fiddlosopher
1
-17
/
+17
2008-07-10
Updated .gitignore to exclude README.Debian.
fiddlosopher
1
-0
/
+1
2008-07-10
Added README.Debian documenting what the "Suggests" are needed for.
fiddlosopher
1
-0
/
+8
2008-06-19
In HTML tests, use decimal entities for everything above 127.
fiddlosopher
1
-5
/
+5
2008-06-17
Added type signatures, etc., to eliminate -Wall warnings.
fiddlosopher
1
-16
/
+86
2008-06-17
Added -Wall to ghc-options in pandoc.cabal.
fiddlosopher
1
-2
/
+2
2008-06-17
Cleaned up Text/Pandoc/CharacterReferences.hs to avoid -Wall warnings.
fiddlosopher
1
-2
/
+2
2008-06-17
Cleaned up Text/Pandoc/Shared.hs to avoid -Wall warnings.
fiddlosopher
1
-1
/
+9
2008-06-17
Cleaned up Main.hs to eliminate -Wall warnings.
fiddlosopher
1
-7
/
+8
2008-06-12
OpenDocument Writer: Fixed handling of spaces and tabs in preformatted blocks.
fiddlosopher
1
-11
/
+25
2008-06-09
Small fix to indentation of code blocks inside defn lists.
fiddlosopher
1
-1
/
+1
2008-06-09
OpenDocument writer: Fixed indentation for verbatim blocks inside defn lists.
fiddlosopher
1
-6
/
+16
2008-06-09
OpenDocument writer: Use different bullets for different list levels.
fiddlosopher
1
-3
/
+4
2008-06-09
OpenDocument writer: Return empty Doc in title block for null author, title,...
fiddlosopher
1
-11
/
+9
2008-06-09
OpenDocument writer: don't convert 4 spaces to tab in verbatim block.
fiddlosopher
1
-5
/
+1
2008-06-08
Use \textsubscr instead of \textsubscript for LaTeX subscript macro.
fiddlosopher
2
-6
/
+6
2008-06-08
Markdown smart typography: Em dashes no longer eat surrounding whitespace.
fiddlosopher
12
-13
/
+12
2008-06-04
Removed whitespace before newlines in macports portfile template.
fiddlosopher
1
-5
/
+5
2008-05-15
HTML writer: In code blocks, change leading newlines to <br /> tags.
fiddlosopher
1
-4
/
+8
2008-04-20
Count anything that isn't a known block (HTML) tag as an inline tag
fiddlosopher
1
-4
/
+4
2008-03-31
Fixed haddock documentation error
fiddlosopher
1
-1
/
+2
2008-03-26
Fixed bug in RTF writer:
fiddlosopher
2
-39
/
+39
2008-03-25
Additional README changes for OpenDocument writer.
fiddlosopher
1
-19
/
+20
2008-03-25
Added link to OpenDocument XML in web page.
fiddlosopher
1
-0
/
+1
2008-03-25
Documented OpenDocument writer and markdown2odt in website.
fiddlosopher
1
-1
/
+3
2008-03-25
Documented OpenDocument writer in macports Portfile.
fiddlosopher
1
-1
/
+2
2008-03-25
Documented OpenDocument writer and markdown2odt in freebsd pkg-descr.
fiddlosopher
1
-4
/
+4
2008-03-25
Documented OpenDocument writer and markdown2odt in debian/control.
fiddlosopher
1
-6
/
+6
2008-03-25
Documented OpenDocument writer and markdown2odt in README.
fiddlosopher
1
-45
/
+48
2008-03-25
Changed name of output file in web demo #21.
fiddlosopher
1
-1
/
+1
2008-03-22
The '--sanitize-html' option now examines URIs in markdown links
fiddlosopher
5
-19
/
+39
2008-03-21
Fixed handling of Quoted inline elements to use unicode left & right quotes.
fiddlosopher
1
-2
/
+6
2008-03-19
Added demos for opendocument XML and markdown2odt.
fiddlosopher
1
-0
/
+8
2008-03-19
Added preliminary version of markdown2odt wrapper.
fiddlosopher
5
-10
/
+134
2008-03-19
Added odt-styles directory with default ODT styles.
fiddlosopher
9
-0
/
+1482
2008-03-19
Acknowledge contributors in README.
fiddlosopher
1
-4
/
+3
2008-03-19
OpenDocument: use the new Definition_20_Term and
fiddlosopher
1
-6
/
+6
2008-03-19
Code cleanup only.
fiddlosopher
1
-32
/
+35
2008-03-19
OpenDocument writer: Don't print raw HTML.
fiddlosopher
1
-2
/
+2
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
[next]