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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-19
Rationalized behavior of --no-tex-ligatures and --smart.
John MacFarlane
1
-9
/
+15
2015-11-18
Docx reader: Clean up commented-out function
Jesse Rosenthal
1
-7
/
+0
2015-11-18
Docx reader: Handle dummy list items.
Jesse Rosenthal
2
-6
/
+15
2015-11-16
Haddock writer: omit formatting inside links.
John MacFarlane
1
-2
/
+2
2015-11-16
Textile reader: skip over attribute in image source.
John MacFarlane
1
-0
/
+1
2015-11-16
ICML writer: better handling of math.
John MacFarlane
1
-1
/
+3
2015-11-16
HTML writer: Include `example` class for example lists.
John MacFarlane
1
-0
/
+3
2015-11-15
Docx writer: insert space between footnote ref and footnote.
John MacFarlane
1
-2
/
+2
2015-11-14
Derive Generic instances for types in Text.Pandoc.Options.
John MacFarlane
1
-10
/
+11
2015-11-14
Allow more customization of opendocument styles.
John MacFarlane
1
-2
/
+1
2015-11-14
Follow relationships correctly in foot/endnotes.
Jesse Rosenthal
1
-27
/
+40
2015-11-13
Text.Pandoc.Emoji: use hex escapes instead of Unicode in source.
John MacFarlane
1
-870
/
+870
2015-11-13
Merge pull request #2526 from tarleb/org-definition-lists-fix
John MacFarlane
1
-1
/
+4
2015-11-13
Org reader: Require whitespace around def list markers
Albert Krewinkel
1
-1
/
+4
2015-11-13
Merge pull request #2525 from tarleb/org-smart-fixes
John MacFarlane
1
-4
/
+9
2015-11-13
Added `emoji` extension to Markdown.
John MacFarlane
3
-0
/
+924
2015-11-13
Org reader: Fix emphasis rules for smart parsing
Albert Krewinkel
1
-4
/
+9
2015-11-13
Allow `://` in citation keys.
John MacFarlane
1
-1
/
+2
2015-11-12
EPUB writer: don't download linked media when `data-external` attribute set.
John MacFarlane
1
-1
/
+2
2015-11-12
LaTeX writer: set `colorlinks`...
John MacFarlane
1
-1
/
+4
2015-11-09
Fixed shadowing error.
John MacFarlane
1
-3
/
+3
2015-11-09
Restored Text.Pandoc.Compat.Monoid.
John MacFarlane
20
-4
/
+36
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
80
-85
/
+7
2015-11-08
Merge pull request #2502 from minoki/latex-comment-environment
John MacFarlane
1
-1
/
+2
2015-11-08
Merge pull request #2505 from tarleb/org-header-markup-fix
John MacFarlane
1
-1
/
+1
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
80
-7
/
+85
2015-11-08
Org reader: fix markup parsing in headers
Albert Krewinkel
1
-1
/
+1
2015-11-08
LaTeX reader: Handle `comment` environment.
ARATA Mizuki
1
-1
/
+2
2015-11-01
LaTeX writer: properly handle footnotes in captions.
John MacFarlane
1
-15
/
+18
2015-11-01
LaTeX writer: avoid footnotes in list of figures.
John MacFarlane
1
-1
/
+14
2015-10-30
Pipe tables with long lines now get relative cell widths.
John MacFarlane
1
-13
/
+20
2015-10-30
HTML writer: use width on whole table if col widths sum to < 100%.
John MacFarlane
1
-2
/
+9
2015-10-30
Textile reader: don't do smart punctuation unless explicitly asked.
John MacFarlane
1
-3
/
+4
2015-10-28
Fixed omitted `url(...)` in CSS data-uri with `--self-contained`.
John MacFarlane
1
-1
/
+1
2015-10-28
LaTeX writer: add `\protect` to `\hyperlink`.
John MacFarlane
1
-1
/
+1
2015-10-27
LaTeX writer: Use `\hypertarget` and `\hyperlink` for links.
John MacFarlane
1
-17
/
+9
2015-10-26
Markdown reader: improved parser for `mmd_title_block`.
John MacFarlane
1
-9
/
+8
2015-10-26
Added de-CH-1901, fixed el-polyton
nickbart1980
1
-2
/
+3
2015-10-25
Merge pull request #2481 from mb21/textarabic
John MacFarlane
1
-1
/
+1
2015-10-25
Merge pull request #2477 from tarleb/org-toggling-header-args
John MacFarlane
1
-4
/
+16
2015-10-25
LaTeX writer: \textarabic fix
mb21
1
-1
/
+1
2015-10-25
Org reader: allow toggling header args
Albert Krewinkel
1
-4
/
+16
2015-10-24
Org reader: fix paragraph/list interaction
Albert Krewinkel
1
-6
/
+29
2015-10-22
Fixed over-eager raw HTML inline parsing.
John MacFarlane
1
-0
/
+1
2015-10-22
Avoid compiler warning for unused identifier.
John MacFarlane
1
-1
/
+1
2015-10-22
Changed ยง to % in operators from Odt.Arrows.Utils.
John MacFarlane
5
-43
/
+42
2015-10-22
Textile writer: support start number in ordered lists.
John MacFarlane
1
-7
/
+18
2015-10-20
Allow use of ConTeXt to generate PDFs.
John MacFarlane
1
-2
/
+64
2015-10-18
LaTeX and ConTeXt writers: support lang attribute on divs and spans
mb21
2
-32
/
+110
2015-10-17
Text.Pandoc.Data: store paths in dataFiles using posix separators.
John MacFarlane
1
-1
/
+9
[next]