index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-11
Markdown writer: don't force delimited code blocks to be flush left.
John MacFarlane
1
-1
/
+1
2012-04-07
Docx writer: Fixed multi-paragraph list items.
John MacFarlane
1
-1
/
+4
2012-04-03
LaTeX writer: don't use eurosym package unless document has a €.
John MacFarlane
1
-11
/
+17
2012-04-03
Markdown writer: don't replace empty alt in image with "image".
John MacFarlane
1
-3
/
+3
2012-03-29
Avoid repeated id in section and header in HTML slides.
John MacFarlane
1
-3
/
+2
2012-03-25
Added PDF metadata (title,author) in LaTeX standalone + PDF output.
John MacFarlane
1
-0
/
+2
2012-03-24
RST writer: Better handling of inline formatting.
John MacFarlane
1
-4
/
+51
2012-03-21
Texinfo writer: retain directories in image paths.
Peter Wang
1
-1
/
+1
2012-03-12
Use {} around ctable caption. Closes #445.
John MacFarlane
1
-1
/
+1
2012-03-09
Made man writer more robust.
John MacFarlane
1
-5
/
+6
2012-03-09
EPUB reader: convert e.g. en_US from locale to en-US in language.
John MacFarlane
1
-1
/
+2
2012-03-07
Merge pull request #438 from michaelt/patch-2
John MacFarlane
1
-0
/
+2
2012-03-07
Merge pull request #437 from michaelt/patch-1
John MacFarlane
1
-1
/
+5
2012-03-07
Set mainlang variable in context writer.
John MacFarlane
1
-0
/
+2
2012-03-07
Fix initial `Str "."` after `LineBreak` as well?
Michael Thompson
1
-0
/
+2
2012-03-07
escape initial dot in code lines
Michael Thompson
1
-1
/
+5
2012-03-05
Fixed ployglossia support in LaTeX template for multiple langs.
John MacFarlane
1
-0
/
+2
2012-03-03
Use <q> tags for Quoted items for HTML5 output.
John MacFarlane
1
-4
/
+11
2012-03-03
EPUB writer: Use extensible exceptions.
John MacFarlane
1
-1
/
+3
2012-03-03
Use \textasciitilde for ~ in LaTeX writer.
John MacFarlane
1
-1
/
+1
2012-03-02
Fixed bug in LaTeX string escaper (with ~).
John MacFarlane
1
-1
/
+1
2012-02-21
HTML writer: Don't escape contents of EQ tags with --gladtex.
John MacFarlane
1
-2
/
+2
2012-02-14
Add TableNormal style to tables.
John MacFarlane
1
-2
/
+3
2012-02-11
Fix _rels/.rels if it has been screwed up by Word.
John MacFarlane
1
-1
/
+10
2012-02-08
Don't wrap headers in markdown or rst.
John MacFarlane
2
-2
/
+3
2012-02-06
LaTeX writer: prevent adjacent hyphens from forming ligatures.
John MacFarlane
1
-20
/
+32
2012-02-05
Removed module Text.Pandoc.CharacterReferences.
John MacFarlane
1
-3
/
+2
2012-02-05
Normalize date in EPUB metadata.
John MacFarlane
1
-1
/
+1
2012-01-31
Don't let autolinks create reference links.
John MacFarlane
1
-1
/
+1
2012-01-31
Don't include mathml javascript for html5 output.
John MacFarlane
1
-1
/
+2
2012-01-31
Support `--mathml` flag in docbook.
John MacFarlane
1
-2
/
+28
2012-01-30
Added `--epub-embed-font` option.
John MacFarlane
1
-5
/
+23
2012-01-28
Remove dependency on old-time.
John MacFarlane
3
-6
/
+6
2012-01-28
Put date in YYYY-MM-DD format if possible for HTML, docx metadata.
John MacFarlane
2
-5
/
+6
2012-01-27
LaTeX writer: escape # in href URLs. Closes #359.
John MacFarlane
1
-6
/
+2
2012-01-27
Docbook writer: Use sect1, sect2, etc. instead of section.
John MacFarlane
1
-9
/
+11
2012-01-27
Finished implementing --atx-headers in markdown writer.
John MacFarlane
1
-2
/
+5
2012-01-27
Removed some unused code.
John MacFarlane
1
-3
/
+0
2012-01-25
Added --slide-level option to override default.
John MacFarlane
2
-4
/
+14
2012-01-25
Fixed regression in HTML writer: all headers level 1!
John MacFarlane
1
-1
/
+3
2012-01-25
Depend on highlighting-kate 0.5.
John MacFarlane
1
-3
/
+3
2012-01-25
LaTeX/beamer: --chapters causes level 1 to be \part{..}.
John MacFarlane
1
-3
/
+6
2012-01-24
HTML writer: Use h1 for all slide titles.
John MacFarlane
1
-2
/
+2
2012-01-24
HTML writer: Use new common system for slides.
John MacFarlane
1
-20
/
+16
2012-01-23
Slides: New approach, using hierarchicalize.
John MacFarlane
1
-23
/
+31
2012-01-23
LaTeX beamer: Only add [fragile] to slide if it contains verbatim.
John MacFarlane
1
-1
/
+8
2012-01-23
Use Slides in LaTeX writer for beamer.
John MacFarlane
1
-29
/
+17
2012-01-20
Docx: Put display math on separate line.
John MacFarlane
1
-5
/
+9
2012-01-20
Docx writer: Fixed styles in footnotes.
John MacFarlane
1
-0
/
+6
2012-01-20
Docx: Adjusted list spacing for less cramped number markers.
John MacFarlane
1
-1
/
+1
[next]