aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
AgeCommit message (Expand)AuthorFilesLines
2016-03-22Fixed bug in Markdown raw HTML parsing.John MacFarlane1-1/+1
2016-03-18Docx reader: Handle alternate contentJesse Rosenthal1-14/+37
2016-03-16Docx reader: Don't make numbered heads into lists.Jesse Rosenthal1-6/+8
2016-03-12Add readDocxWithWarningsJesse Rosenthal1-6/+15
2016-03-12Docx Reader: Add state to the parser, for warningsJesse Rosenthal1-6/+19
2016-03-10Fixed behavior of base tag.John MacFarlane1-17/+11
2016-03-09Markdown reader: Improved pipe table parsing.John MacFarlane1-15/+15
2016-03-09Markdown reader: Clean up pipe table parsing.John MacFarlane1-8/+8
2016-03-09Markdown reader: allow `+` separators in pipe table cells.John MacFarlane1-6/+4
2016-03-09Markdown reader: don't cross line boundary parsing pipe table row.John MacFarlane1-1/+7
2016-03-08Docx reader: update feature checklist.Jesse Rosenthal1-5/+3
2016-02-28LaTeX reader: handle interior `$` characters in math.John MacFarlane1-4/+12
2016-02-26Docx Reader: Get rid of Modifiable typeclass.Jesse Rosenthal3-198/+169
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