index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Text
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-15
Add preliminary support for SmallCaps inline element. (Andrea Rossato)
fiddlosopher
11
-10
/
+25
2008-07-15
Fixed bug in Markdown parser: regular $s triggering math mode.
fiddlosopher
1
-1
/
+2
2008-07-15
Commented out some unneeded code in HTML reader.
fiddlosopher
1
-0
/
+4
2008-07-15
Code cleanup - RST reader.
fiddlosopher
1
-23
/
+93
2008-07-15
Added type declarations to avoid -Wall 'defaulting' warnings in writers.
fiddlosopher
5
-7
/
+6
2008-07-15
LaTeX reader - Code cleanup.
fiddlosopher
1
-16
/
+76
2008-07-14
OpenDocument writer: Fixed typo in inline styles fix (super/sup).
fiddlosopher
1
-9
/
+9
2008-07-14
Code cleanup in LaTeX reader.
fiddlosopher
1
-14
/
+50
2008-07-14
OpenDocument writer: support nested inline styles.
fiddlosopher
1
-23
/
+67
2008-07-13
Code cleanup in TexMath reader.
fiddlosopher
1
-1
/
+14
2008-07-13
Code cleanup in ConTeXt writer.
fiddlosopher
1
-18
/
+14
2008-07-13
Code cleanup in Texinfo writer.
fiddlosopher
1
-13
/
+27
2008-07-13
Code cleanup in Man writer.
fiddlosopher
1
-22
/
+23
2008-07-13
Code cleanup in DocBook writer.
fiddlosopher
1
-21
/
+36
2008-07-13
Code cleanup in RTF writer.
fiddlosopher
1
-18
/
+17
2008-07-13
Code cleanup in RST writer to eliminate -Wall warnings.
fiddlosopher
1
-28
/
+19
2008-07-13
Code cleanup in markdown writer to eliminate -Wall warnings.
fiddlosopher
1
-25
/
+24
2008-07-13
Code cleanup in Text.Pandoc.Blocks to eliminate -Wall warnings.
fiddlosopher
1
-4
/
+5
2008-07-13
Code cleanup in HTML writer to eliminate -Wall warnings.
fiddlosopher
1
-52
/
+73
2008-07-13
Code cleanup in LaTeX writer to eliminate -Wall warnings.
fiddlosopher
1
-7
/
+11
2008-07-13
OpenDocument writer: Indented bulleted lists as we do enumerated lists.
fiddlosopher
1
-1
/
+1
2008-07-13
Added distinction between tight and loose lists in OpenDocument writer.
fiddlosopher
1
-7
/
+26
2008-07-13
Fixed bugs in OpenDocument writer affecting nested block quotes.
fiddlosopher
1
-7
/
+6
2008-07-13
Escape '\160' as " ", not " " in XML.
fiddlosopher
1
-6
/
+6
2008-07-11
Added type signatures and fixed other -Wall warnings in Markdown reader.
fiddlosopher
1
-35
/
+182
2008-07-11
Added a few more recognized abbreviations to 'abbrev' parser.
fiddlosopher
1
-1
/
+2
2008-07-11
Print unicode \160 literally in markdown writer, rather than as .
fiddlosopher
1
-1
/
+1
2008-07-11
In smart mode, use nonbreaking spaces after abbreviations in markdown parser.
fiddlosopher
1
-2
/
+23
2008-07-11
Treat '\ ' in (extended) markdown as nonbreaking space.
fiddlosopher
4
-15
/
+21
2008-07-10
Changed inDefinition and indentPara to stInDefinition and stIndentPara
fiddlosopher
1
-17
/
+17
2008-06-17
Added type signatures, etc., to eliminate -Wall warnings.
fiddlosopher
1
-16
/
+86
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-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
1
-3
/
+3
2008-06-08
Markdown smart typography: Em dashes no longer eat surrounding whitespace.
fiddlosopher
1
-2
/
+1
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
1
-7
/
+7
2008-03-22
The '--sanitize-html' option now examines URIs in markdown links
fiddlosopher
2
-13
/
+35
2008-03-21
Fixed handling of Quoted inline elements to use unicode left & right quotes.
fiddlosopher
1
-2
/
+6
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
[next]