index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
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
81
-7
/
+86
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
2015-10-17
Remove compiler warning with embed_data_files.
John MacFarlane
1
-1
/
+1
2015-10-15
LaTeX reader: fixed longtable support.
John MacFarlane
1
-1
/
+1
2015-10-15
Support all frame attributes in Beamer.
John MacFarlane
1
-2
/
+5
2015-10-15
Use unicode super/subscripts for digits in plain output.
John MacFarlane
1
-3
/
+14
2015-10-14
More changes to avoid compiler warnings on ghc 7.10.
John MacFarlane
7
-21
/
+37
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
48
-96
/
+13
2015-10-13
LaTeX writer: add `\protect` to `\hyperdef` in inline context.
John MacFarlane
1
-1
/
+1
2015-10-13
epub with `--webtex`: include image file rather than data: URI.
John MacFarlane
1
-12
/
+8
2015-10-12
RST writer: do header normalization only in "standalone" mode.
John MacFarlane
1
-8
/
+5
2015-10-12
Revert "RST writer: tweaks to header normalization."
John MacFarlane
1
-22
/
+4
2015-10-12
RST writer: tweaks to header normalization.
John MacFarlane
1
-4
/
+22
2015-10-11
Removed unnecessary import.
John MacFarlane
1
-1
/
+1
2015-10-11
Percent-encode more special characters in URLs.
John MacFarlane
2
-7
/
+10
2015-10-11
Define Typeable and Exception instances for PandocError.
John MacFarlane
1
-1
/
+6
2015-10-11
HTML reader/writer: better handling of "section" elements.
John MacFarlane
2
-5
/
+15
2015-10-11
Native writer: format Div properly, with blocks separated.
John MacFarlane
1
-0
/
+2
2015-10-10
Merge pull request #2412 from frerich/reader/docbook/xref_support
John MacFarlane
1
-5
/
+37
2015-10-10
Merge pull request #2441 from mb21/polyglossia-lang
John MacFarlane
1
-20
/
+36
2015-10-10
Re-export pandocVersions from Text.Pandoc.
John MacFarlane
1
-1
/
+2
2015-10-10
Merge pull request #2426 from alexvong1995/better-man-writer
John MacFarlane
3
-9
/
+11
2015-10-09
LaTeX reader: don't eat excess whitespace after macros.
John MacFarlane
1
-4
/
+4
2015-10-09
LaTeX reader: don't eat whitespace after macro with only opt arg.
John MacFarlane
1
-1
/
+3
2015-10-07
Change variable to polyglossia-lang.name and .options
mb21
1
-20
/
+36
[next]