summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers
Commit message (Expand)AuthorAge
* Fixed bug in Markdown raw HTML parsing.John MacFarlane2016-03-22
* Docx reader: Handle alternate contentJesse Rosenthal2016-03-18
* Docx reader: Don't make numbered heads into lists.Jesse Rosenthal2016-03-16
* Add readDocxWithWarningsJesse Rosenthal2016-03-12
* Docx Reader: Add state to the parser, for warningsJesse Rosenthal2016-03-12
* Fixed behavior of base tag.John MacFarlane2016-03-10
* Markdown reader: Improved pipe table parsing.John MacFarlane2016-03-09
* Markdown reader: Clean up pipe table parsing.John MacFarlane2016-03-09
* Markdown reader: allow `+` separators in pipe table cells.John MacFarlane2016-03-09
* Markdown reader: don't cross line boundary parsing pipe table row.John MacFarlane2016-03-09
* Docx reader: update feature checklist.Jesse Rosenthal2016-03-08
* LaTeX reader: handle interior `$` characters in math.John MacFarlane2016-02-28
* Docx Reader: Get rid of Modifiable typeclass.Jesse Rosenthal2016-02-26
* Markdown reader: use htmlInBalanced for rawVerbatimBlock.John MacFarlane2016-02-21
* Fixed some linter warnings.John MacFarlane2016-02-20
* Merge pull request #2646 from tarleb/org-figure-with-no-nameJohn MacFarlane2016-02-20
|\
| * Prefix even empty figure names with "fig:"Albert Krewinkel2016-01-11
* | Merge pull request #2691 from tarleb/org-image-file-linksJohn MacFarlane2016-02-20
|\ \
| * | Org reader: Refactor link-target processingAlbert Krewinkel2016-01-31
* | | HTML reader: rewrote htmlInBalanced.John MacFarlane2016-02-20
* | | HTML reader: properly handle an empty cell in a simple table.John MacFarlane2016-02-16
* | | Markdown reader: Fixed bug with smart quotes around tex math.John MacFarlane2016-02-04
* | | Docx reader: Add a "Link" modifier to ReducibleJesse Rosenthal2016-02-02
* | | LaTeX reader: `inlineCommand` now gobbles an empty `{}` after any command.John MacFarlane2016-01-31
|/ /
* | HTML reader: handle multiple meta tags with same name.John MacFarlane2016-01-29
* | Properly handle LaTeX "math" environment as inline math.John MacFarlane2016-01-29
* | Textile reader: Support `>`, `<`, `=`, `<>` text alignment attributes.John MacFarlane2016-01-25
* | Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane2016-01-22
|/
* Depend on deepseq rather than deepseq-generics.John MacFarlane2016-01-11
* Fixed regression in latex smart quote parsing.John MacFarlane2016-01-11
* Merge pull request #2629 from tarleb/org-noexport-fixJohn MacFarlane2016-01-07
|\
| * Fix function dropping subtrees tagged :noexport:Albert Krewinkel2016-01-07
* | Markdown reader: renormalize table column widths if they exceed 100%.John MacFarlane2016-01-07
|/
* Textile reader: don't allow block HTML tags in inline contexts.John MacFarlane2016-01-02
* MediaWiki reader: interpret markup inside `<tt>`, `<code>`.John MacFarlane2016-01-02
* Use cmark 0.5.John MacFarlane2015-12-29
* LaTeX reader: allow blank space between braced arguments of commands.John MacFarlane2015-12-22
* Markdown reader: fixed parsing bug with macros.John MacFarlane2015-12-19
* Docx reader: image attributesmb212015-12-13
* new function to extract multiple properties at once in CSS.hsmb212015-12-13
* RST reader: image attributesmb212015-12-13
* Implemented `east_asian_line_breaks` extension.John MacFarlane2015-12-12
* Modified readers to emit SoftBreak when appropriate.John MacFarlane2015-12-12
* Implemented SoftBreak and new `--wrap` option.John MacFarlane2015-12-11
* Markdown reader: parse soft break as SoftBreak.John MacFarlane2015-12-11
* Markdown reader: Improved pipe table relative widths.John MacFarlane2015-12-03
* Textile Reader: image attributesmb212015-12-03
* Allow pipe tables with no body rows.John MacFarlane2015-11-24
* LaTeX reader: Improved smart quote parsing.John MacFarlane2015-11-24
* LaTeX reader: Use curly quotes for unmatched `.John MacFarlane2015-11-23