aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2016-02-21Markdown reader: use htmlInBalanced for rawVerbatimBlock.John MacFarlane1-7/+5
2016-02-20Fixed some linter warnings.John MacFarlane1-3/+3
2016-02-20Merge pull request #2646 from tarleb/org-figure-with-no-nameJohn MacFarlane1-3/+3
2016-02-20Merge pull request #2691 from tarleb/org-image-file-linksJohn MacFarlane1-29/+29
2016-02-20HTML reader: rewrote htmlInBalanced.John MacFarlane1-10/+39
2016-02-16HTML reader: properly handle an empty cell in a simple table.John MacFarlane1-0/+1
2016-02-04Markdown reader: Fixed bug with smart quotes around tex math.John MacFarlane1-2/+2
2016-02-02Docx reader: Add a "Link" modifier to ReducibleJesse Rosenthal1-0/+2
2016-01-31Org reader: Refactor link-target processingAlbert Krewinkel1-29/+29
2016-01-31LaTeX reader: `inlineCommand` now gobbles an empty `{}` after any command.John MacFarlane1-1/+2
2016-01-29HTML reader: handle multiple meta tags with same name.John MacFarlane1-2/+6
2016-01-29Properly handle LaTeX "math" environment as inline math.John MacFarlane1-0/+1
2016-01-25Textile reader: Support `>`, `<`, `=`, `<>` text alignment attributes.John MacFarlane1-2/+19
2016-01-22Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane5-11/+15
2016-01-11Prefix even empty figure names with "fig:"Albert Krewinkel1-3/+3
2016-01-11Depend on deepseq rather than deepseq-generics.John MacFarlane1-1/+1
2016-01-11Fixed regression in latex smart quote parsing.John MacFarlane1-4/+5
2016-01-07Merge pull request #2629 from tarleb/org-noexport-fixJohn MacFarlane1-2/+4
2016-01-07Fix function dropping subtrees tagged :noexport:Albert Krewinkel1-2/+4
2016-01-07Markdown reader: renormalize table column widths if they exceed 100%.John MacFarlane1-1/+6
2016-01-02Textile reader: don't allow block HTML tags in inline contexts.John MacFarlane1-2/+2
2016-01-02MediaWiki reader: interpret markup inside `<tt>`, `<code>`.John MacFarlane1-4/+6
2015-12-29Use cmark 0.5.John MacFarlane1-4/+12
2015-12-22LaTeX reader: allow blank space between braced arguments of commands.John MacFarlane1-1/+3
2015-12-19Markdown reader: fixed parsing bug with macros.John MacFarlane1-1/+1
2015-12-13Docx reader: image attributesmb212-10/+32
2015-12-13new function to extract multiple properties at once in CSS.hsmb211-4/+1
2015-12-13RST reader: image attributesmb211-7/+14
2015-12-12Implemented `east_asian_line_breaks` extension.John MacFarlane1-1/+15
2015-12-12Modified readers to emit SoftBreak when appropriate.John MacFarlane7-9/+19
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-1/+1
2015-12-11Markdown reader: parse soft break as SoftBreak.John MacFarlane1-1/+1
2015-12-03Markdown reader: Improved pipe table relative widths.John MacFarlane1-4/+4
2015-12-03Textile Reader: image attributesmb211-2/+9
2015-11-24Allow pipe tables with no body rows.John MacFarlane1-2/+3
2015-11-24LaTeX reader: Improved smart quote parsing.John MacFarlane1-14/+13
2015-11-23LaTeX reader: Use curly quotes for unmatched `.John MacFarlane1-1/+8
2015-11-23Docx Reader: Remove DummyListItem typeJesse Rosenthal2-12/+7
2015-11-19Renamed link attribute extensions.John MacFarlane1-4/+4
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane9-87/+117
2015-11-19Rationalized behavior of --no-tex-ligatures and --smart.John MacFarlane1-9/+15
2015-11-18Docx reader: Clean up commented-out functionJesse Rosenthal1-7/+0
2015-11-18Docx reader: Handle dummy list items.Jesse Rosenthal2-6/+15
2015-11-16Textile reader: skip over attribute in image source.John MacFarlane1-0/+1
2015-11-14Follow relationships correctly in foot/endnotes.Jesse Rosenthal1-27/+40
2015-11-13Merge pull request #2526 from tarleb/org-definition-lists-fixJohn MacFarlane1-1/+4
2015-11-13Org reader: Require whitespace around def list markersAlbert Krewinkel1-1/+4
2015-11-13Merge pull request #2525 from tarleb/org-smart-fixesJohn MacFarlane1-4/+9
2015-11-13Added `emoji` extension to Markdown.John MacFarlane1-0/+17
2015-11-13Org reader: Fix emphasis rules for smart parsingAlbert Krewinkel1-4/+9