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-03-12
Docx Reader: Add state to the parser, for warnings
Jesse Rosenthal
1
-6
/
+19
2016-03-10
Fixed behavior of base tag.
John MacFarlane
1
-17
/
+11
2016-03-09
Markdown reader: Improved pipe table parsing.
John MacFarlane
1
-15
/
+15
2016-03-09
Markdown reader: Clean up pipe table parsing.
John MacFarlane
1
-8
/
+8
2016-03-09
Markdown reader: allow `+` separators in pipe table cells.
John MacFarlane
1
-6
/
+4
2016-03-09
Markdown reader: don't cross line boundary parsing pipe table row.
John MacFarlane
1
-1
/
+7
2016-03-08
Docx reader: update feature checklist.
Jesse Rosenthal
1
-5
/
+3
2016-02-28
LaTeX reader: handle interior `$` characters in math.
John MacFarlane
1
-4
/
+12
2016-02-26
Docx Reader: Get rid of Modifiable typeclass.
Jesse Rosenthal
3
-198
/
+169
2016-02-21
Markdown reader: use htmlInBalanced for rawVerbatimBlock.
John MacFarlane
1
-7
/
+5
2016-02-20
Fixed some linter warnings.
John MacFarlane
1
-3
/
+3
2016-02-20
Merge pull request #2646 from tarleb/org-figure-with-no-name
John MacFarlane
1
-3
/
+3
2016-02-20
Merge pull request #2691 from tarleb/org-image-file-links
John MacFarlane
1
-29
/
+29
2016-02-20
HTML reader: rewrote htmlInBalanced.
John MacFarlane
1
-10
/
+39
2016-02-16
HTML reader: properly handle an empty cell in a simple table.
John MacFarlane
1
-0
/
+1
2016-02-04
Markdown reader: Fixed bug with smart quotes around tex math.
John MacFarlane
1
-2
/
+2
2016-02-02
Docx reader: Add a "Link" modifier to Reducible
Jesse Rosenthal
1
-0
/
+2
2016-01-31
Org reader: Refactor link-target processing
Albert Krewinkel
1
-29
/
+29
2016-01-31
LaTeX reader: `inlineCommand` now gobbles an empty `{}` after any command.
John MacFarlane
1
-1
/
+2
2016-01-29
HTML reader: handle multiple meta tags with same name.
John MacFarlane
1
-2
/
+6
2016-01-29
Properly handle LaTeX "math" environment as inline math.
John MacFarlane
1
-0
/
+1
2016-01-25
Textile reader: Support `>`, `<`, `=`, `<>` text alignment attributes.
John MacFarlane
1
-2
/
+19
2016-01-22
Changed type of Shared.uniqueIdent argument from [String] to Set String.
John MacFarlane
5
-11
/
+15
2016-01-11
Prefix even empty figure names with "fig:"
Albert Krewinkel
1
-3
/
+3
2016-01-11
Depend on deepseq rather than deepseq-generics.
John MacFarlane
1
-1
/
+1
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
[prev]
[next]