index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-03
Textile reader: drop leading, trailing newline in pre block.
John MacFarlane
1
-2
/
+2
2010-12-03
Textile reader: updated test suite to include raw HTML.
John MacFarlane
1
-6
/
+6
2010-12-03
Textile reader: parse raw by default.
John MacFarlane
1
-1
/
+1
2010-12-03
punctuation handling, and more html-specific handling
paul.rivier
2
-48
/
+48
2010-12-03
html inlines and html blocks handling in textile reader
Paul Rivier
2
-1
/
+30
2010-12-03
textile reader now ignores html/css attributes
Paul Rivier
2
-1
/
+26
2010-12-03
fix autolink by promoting it in the parser list, fix table parabreak
Paul Rivier
2
-26
/
+4
2010-12-03
more support for Textile reader (explicit links, images), tests and cabal ent...
Paul Rivier
3
-0
/
+279
2010-11-27
OpenDocument writer: don't print raw TeX.
John MacFarlane
1
-6
/
+1
2010-11-27
Minor adjustment in textile test suite.
John MacFarlane
2
-2
/
+0
2010-11-27
Merge branch 'textile'
John MacFarlane
3
-0
/
+890
2010-11-27
Use [] for superscripts and subscripts in textile writer.
John MacFarlane
1
-2
/
+2
2010-11-27
Fixed spacing problems in textile nested lists.
John MacFarlane
1
-6
/
+0
2010-11-11
HTML reader: don't parse raw HTML inside <code> tag.
John MacFarlane
1
-3
/
+3
2010-11-09
Allow HTML comments as inline elements in markdown.
John MacFarlane
1
-2
/
+2
2010-10-26
Added test for macros.
John MacFarlane
2
-1
/
+9
2010-10-24
LaTeX & ConTeXt writers: escape [ and ] as {[} and {]}.
John MacFarlane
2
-12
/
+12
2010-07-22
Updated s5 tests.
John MacFarlane
2
-40
/
+24
2010-07-22
Extended --offline to s5.
John MacFarlane
2
-516
/
+14
2010-07-20
Added amssymb to default latex template.
John MacFarlane
3
-3
/
+3
2010-07-20
Made spacing at end of output more consistent.
John MacFarlane
44
-61
/
+5
2010-07-16
Use default highlighting CSS rather than embedding CSS in templates.
John MacFarlane
2
-26
/
+24
2010-07-15
Updated pandoc to use css for highlighting-kate 0.2.7.
John MacFarlane
3
-179
/
+147
2010-07-15
Added --section-divs option.
John MacFarlane
3
-1061
/
+991
2010-07-15
Added --webtex option for HTML math.
John MacFarlane
1
-2
/
+4
2010-07-14
Improved handling of code in man writer.
John MacFarlane
1
-52
/
+74
2010-07-13
Put insert-before text before the title h1 in HTML.
John MacFarlane
1
-1
/
+1
2010-07-12
Added tests for example lists.
John MacFarlane
2
-1
/
+18
2010-07-06
Allow language-neutral table captions.
John MacFarlane
3
-10
/
+10
2010-06-30
Use unicode for smart punctuation in plain, markdown, rst formats.
John MacFarlane
3
-80
/
+80
2010-05-17
Added Textile writer module.
John MacFarlane
3
-0
/
+896
2010-05-06
No longer need to set LANG in RunTests.
John MacFarlane
1
-2
/
+1
2010-04-26
Man writer: convert math to unicode when possible.
John MacFarlane
1
-8
/
+7
2010-04-25
Use texmath's parser in TexMath module.
John MacFarlane
7
-139
/
+30
2010-04-25
RunTests: use UTF8 no matter what the locale.
John MacFarlane
1
-4
/
+8
2010-04-10
Give LaTeX images a maximum width using the prelude only
Max Bolingbroke
1
-0
/
+9
2010-03-23
Added multilingual URL tests for markdown reader.
John MacFarlane
2
-1
/
+13
2010-03-18
Added --mathml option; removed Text.Pandoc.LaTeXMathML.
fiddlosopher
1
-209
/
+201
2010-03-18
Added plain writer.
fiddlosopher
4
-22
/
+800
2010-03-18
MediaWiki writer: make links to relative URLs wikilinks.
fiddlosopher
1
-22
/
+22
2010-03-18
Texinfo writer: Handle images in figures.
fiddlosopher
1
-0
/
+3
2010-03-18
HTML writer: Use a p rather than a div for image caption.
fiddlosopher
1
-2
/
+2
2010-03-18
RST writer: handle images in figures.
fiddlosopher
1
-2
/
+5
2010-03-17
MediaWiki writer: Support images in figures.
fiddlosopher
1
-1
/
+1
2010-03-17
Docbook writer: support images as figures.
fiddlosopher
1
-9
/
+6
2010-03-17
Revert "LaTeX writer: Add unique labels to figures."
fiddlosopher
1
-1
/
+1
2010-03-16
LaTeX writer: Add unique labels to figures.
fiddlosopher
1
-1
/
+1
2010-03-16
ConTeXt writer: support images in figures.
fiddlosopher
1
-12
/
+3
2010-03-16
LaTeX writer: support figures with captions.
fiddlosopher
1
-0
/
+4
2010-03-16
HTML writer: implemented image-with-caption feature.
fiddlosopher
1
-2
/
+4
[next]