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
/
Readers
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-11
Fixed regression in latex smart quote parsing.
John MacFarlane
1
-4
/
+5
2016-01-07
Merge pull request #2629 from tarleb/org-noexport-fix
John MacFarlane
1
-2
/
+4
2016-01-07
Fix function dropping subtrees tagged :noexport:
Albert Krewinkel
1
-2
/
+4
2016-01-07
Markdown reader: renormalize table column widths if they exceed 100%.
John MacFarlane
1
-1
/
+6
2016-01-02
Textile reader: don't allow block HTML tags in inline contexts.
John MacFarlane
1
-2
/
+2
2016-01-02
MediaWiki reader: interpret markup inside `<tt>`, `<code>`.
John MacFarlane
1
-4
/
+6
2015-12-29
Use cmark 0.5.
John MacFarlane
1
-4
/
+12
2015-12-22
LaTeX reader: allow blank space between braced arguments of commands.
John MacFarlane
1
-1
/
+3
2015-12-19
Markdown reader: fixed parsing bug with macros.
John MacFarlane
1
-1
/
+1
2015-12-13
Docx reader: image attributes
mb21
2
-10
/
+32
2015-12-13
new function to extract multiple properties at once in CSS.hs
mb21
1
-4
/
+1
2015-12-13
RST reader: image attributes
mb21
1
-7
/
+14
2015-12-12
Implemented `east_asian_line_breaks` extension.
John MacFarlane
1
-1
/
+15
2015-12-12
Modified readers to emit SoftBreak when appropriate.
John MacFarlane
7
-9
/
+19
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
1
-1
/
+1
2015-12-11
Markdown reader: parse soft break as SoftBreak.
John MacFarlane
1
-1
/
+1
2015-12-03
Markdown reader: Improved pipe table relative widths.
John MacFarlane
1
-4
/
+4
2015-12-03
Textile Reader: image attributes
mb21
1
-2
/
+9
2015-11-24
Allow pipe tables with no body rows.
John MacFarlane
1
-2
/
+3
2015-11-24
LaTeX reader: Improved smart quote parsing.
John MacFarlane
1
-14
/
+13
2015-11-23
LaTeX reader: Use curly quotes for unmatched `.
John MacFarlane
1
-1
/
+8
2015-11-23
Docx Reader: Remove DummyListItem type
Jesse Rosenthal
2
-12
/
+7
2015-11-19
Renamed link attribute extensions.
John MacFarlane
1
-4
/
+4
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
9
-87
/
+117
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
Textile reader: skip over attribute in image source.
John MacFarlane
1
-0
/
+1
2015-11-14
Follow relationships correctly in foot/endnotes.
Jesse Rosenthal
1
-27
/
+40
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
1
-0
/
+17
2015-11-13
Org reader: Fix emphasis rules for smart parsing
Albert Krewinkel
1
-4
/
+9
2015-11-09
Restored Text.Pandoc.Compat.Monoid.
John MacFarlane
12
-4
/
+12
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
33
-34
/
+1
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
33
-1
/
+34
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-10-30
Pipe tables with long lines now get relative cell widths.
John MacFarlane
1
-13
/
+20
2015-10-30
Textile reader: don't do smart punctuation unless explicitly asked.
John MacFarlane
1
-3
/
+4
2015-10-26
Markdown reader: improved parser for `mmd_title_block`.
John MacFarlane
1
-9
/
+8
2015-10-25
Merge pull request #2477 from tarleb/org-toggling-header-args
John MacFarlane
1
-4
/
+16
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
Changed ยง to % in operators from Odt.Arrows.Utils.
John MacFarlane
5
-43
/
+42
2015-10-15
LaTeX reader: fixed longtable support.
John MacFarlane
1
-1
/
+1
[prev]
[next]