aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)Author
2016-03-19Merge pull request #2637 from mb21/latex-figure-labelJohn MacFarlane
2016-03-18ConTeXt writer: fix whitespace at line beginning in line blocks.John MacFarlane
2016-03-18LaTeX writer: Avoid double toprule in headerless table with caption.John MacFarlane
2016-03-18Docx reader: Handle alternate contentJesse Rosenthal
2016-03-16Docx reader: Don't make numbered heads into lists.Jesse Rosenthal
2016-03-15Introduce file-scope parsing (parse-before-combine)Jesse Rosenthal
2016-03-12Add a general ByteStringReader with warnings.Jesse Rosenthal
2016-03-12Add readDocxWithWarningsJesse Rosenthal
2016-03-12Docx Reader: Add state to the parser, for warningsJesse Rosenthal
2016-03-10Fixed behavior of base tag.John MacFarlane
2016-03-10 Docx Writer: handle image alt textmb21
2016-03-09Markdown reader: Improved pipe table parsing.John MacFarlane
2016-03-09Markdown reader: Clean up pipe table parsing.John MacFarlane
2016-03-09Markdown reader: allow `+` separators in pipe table cells.John MacFarlane
2016-03-09Markdown reader: don't cross line boundary parsing pipe table row.John MacFarlane
2016-03-08DokuWiki writer: use $$ for display math.John MacFarlane
2016-03-08Docx reader: update feature checklist.Jesse Rosenthal
2016-02-28LaTeX reader: handle interior `$` characters in math.John MacFarlane
2016-02-26Docx Reader: Get rid of Modifiable typeclass.Jesse Rosenthal
2016-02-23Make protocol-relative URIs work again.John MacFarlane
2016-02-21Markdown reader: use htmlInBalanced for rawVerbatimBlock.John MacFarlane
2016-02-20Fixed some linter warnings.John MacFarlane
2016-02-20Merge pull request #2646 from tarleb/org-figure-with-no-nameJohn MacFarlane
2016-02-20Merge pull request #2668 from monofon/fix/yaml-metadata-block-bottom-lineJohn MacFarlane
2016-02-20Merge pull request #2691 from tarleb/org-image-file-linksJohn MacFarlane
2016-02-20HTML reader: rewrote htmlInBalanced.John MacFarlane
2016-02-18LaTeX writer: clean up options parser.Jesse Rosenthal
2016-02-18LaTeX writer: treat memoir template with `article` opt as articleJesse Rosenthal
2016-02-16HTML reader: properly handle an empty cell in a simple table.John MacFarlane
2016-02-09Removed `tex_math_single_backslash` from `markdown_github` options.John MacFarlane
2016-02-05Custom writer: Pass attributes parameter to CaptionedImage.John MacFarlane
2016-02-04Markdown reader: Fixed bug with smart quotes around tex math.John MacFarlane
2016-02-03HTML writer: don't include alignment attribute for default table columns.John MacFarlane
2016-02-02Docx reader: Add a "Link" modifier to ReducibleJesse Rosenthal
2016-01-31Org reader: Refactor link-target processingAlbert Krewinkel
2016-01-31LaTeX reader: `inlineCommand` now gobbles an empty `{}` after any command.John MacFarlane
2016-01-29HTML reader: handle multiple meta tags with same name.John MacFarlane
2016-01-29Properly handle LaTeX "math" environment as inline math.John MacFarlane
2016-01-25Textile reader: Support `>`, `<`, `=`, `<>` text alignment attributes.John MacFarlane
2016-01-24Make language extensions trigger highlighting.John MacFarlane
2016-01-22Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane
2016-01-21Merge pull request #2638 from c-forster/teiwriterJohn MacFarlane
2016-01-21Markdown writer: Use hyphens for yaml metadata block bottom lineHenrik Tramberend
2016-01-20LaTeX writer: Allow more flexible table alignmentHenrik Tramberend
2016-01-19Added some entity tests in Markdown reader tests.John MacFarlane
2016-01-19Add TEI Writer.csforste
2016-01-14HTML writer: harmless code simplification.John MacFarlane
2016-01-13Org writer - pass through RawInline with format "org".John MacFarlane
2016-01-11Prefix even empty figure names with "fig:"Albert Krewinkel
2016-01-11Depend on deepseq rather than deepseq-generics.John MacFarlane