summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* LaTeX reader: handle interior `$` characters in math.John MacFarlane2016-02-28
* Docx Reader: Get rid of Modifiable typeclass.Jesse Rosenthal2016-02-26
* Make protocol-relative URIs work again.John MacFarlane2016-02-23
* 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 #2668 from monofon/fix/yaml-metadata-block-bottom-lineJohn MacFarlane2016-02-20
|\ \
| * | Markdown writer: Use hyphens for yaml metadata block bottom lineHenrik Tramberend2016-01-21
* | | 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
* | | | LaTeX writer: clean up options parser.Jesse Rosenthal2016-02-18
* | | | LaTeX writer: treat memoir template with `article` opt as articleJesse Rosenthal2016-02-18
* | | | HTML reader: properly handle an empty cell in a simple table.John MacFarlane2016-02-16
* | | | Removed `tex_math_single_backslash` from `markdown_github` options.John MacFarlane2016-02-09
* | | | Custom writer: Pass attributes parameter to CaptionedImage.John MacFarlane2016-02-05
* | | | Markdown reader: Fixed bug with smart quotes around tex math.John MacFarlane2016-02-04
* | | | HTML writer: don't include alignment attribute for default table columns.John MacFarlane2016-02-03
* | | | 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
* | | Make language extensions trigger highlighting.John MacFarlane2016-01-24
* | | Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane2016-01-22
* | | Merge pull request #2638 from c-forster/teiwriterJohn MacFarlane2016-01-21
|\ \ \ | |/ / |/| |
| * | Added some entity tests in Markdown reader tests.John MacFarlane2016-01-19
| * | Add TEI Writer.csforste2016-01-19
* | | LaTeX writer: Allow more flexible table alignmentHenrik Tramberend2016-01-20
|/ /
* | HTML writer: harmless code simplification.John MacFarlane2016-01-14
* | Org writer - pass through RawInline with format "org".John MacFarlane2016-01-13
|/
* Depend on deepseq rather than deepseq-generics.John MacFarlane2016-01-11
* Fixed regression in latex smart quote parsing.John MacFarlane2016-01-11
* LaTeX writer: restore old treatment of Span.John MacFarlane2016-01-09
* Fixed shadowing warning.John MacFarlane2016-01-08
* Work around tagsoup bug - not allowing uppercase x in hex entities.John MacFarlane2016-01-08
* Entity handling fixes:John MacFarlane2016-01-08
* 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
|/
* RST, Markdown writers: Fixed rendering of grid tables with blank rows.John MacFarlane2016-01-05
* Fixed v1.16 reversion with --latex-engine.John MacFarlane2016-01-04
* 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
* MediaWiki writer: fix spacing issues.John MacFarlane2016-01-02
* Use cmark 0.5.John MacFarlane2015-12-29
* ConTeXt writer: set default layout based on margin-left, etc.John MacFarlane2015-12-22
* LaTeX writer: create defaults for geometry using margin-left etc.John MacFarlane2015-12-22
* LaTeX reader: allow blank space between braced arguments of commands.John MacFarlane2015-12-22