aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-23Make protocol-relative URIs work again.John MacFarlane1-2/+4
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 #2668 from monofon/fix/yaml-metadata-block-bottom-lineJohn MacFarlane1-1/+1
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-18LaTeX writer: clean up options parser.Jesse Rosenthal1-3/+4
2016-02-18LaTeX writer: treat memoir template with `article` opt as articleJesse Rosenthal1-6/+21
2016-02-16HTML reader: properly handle an empty cell in a simple table.John MacFarlane1-0/+1
2016-02-09Removed `tex_math_single_backslash` from `markdown_github` options.John MacFarlane1-1/+0
2016-02-05Custom writer: Pass attributes parameter to CaptionedImage.John MacFarlane1-2/+2
2016-02-04Markdown reader: Fixed bug with smart quotes around tex math.John MacFarlane1-2/+2
2016-02-03HTML writer: don't include alignment attribute for default table columns.John MacFarlane1-2/+5
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-24Make language extensions trigger highlighting.John MacFarlane1-1/+2
2016-01-22Changed type of Shared.uniqueIdent argument from [String] to Set String.John MacFarlane11-31/+39
2016-01-21Merge pull request #2638 from c-forster/teiwriterJohn MacFarlane2-0/+323
2016-01-21Markdown writer: Use hyphens for yaml metadata block bottom lineHenrik Tramberend1-1/+1
2016-01-20LaTeX writer: Allow more flexible table alignmentHenrik Tramberend1-1/+1
2016-01-19Added some entity tests in Markdown reader tests.John MacFarlane1-6/+6
2016-01-19Add TEI Writer.csforste2-0/+323
2016-01-14HTML writer: harmless code simplification.John MacFarlane1-34/+32
2016-01-13Org writer - pass through RawInline with format "org".John MacFarlane1-2/+7
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-09LaTeX writer: restore old treatment of Span.John MacFarlane1-17/+15
2016-01-08Fixed shadowing warning.John MacFarlane1-1/+1
2016-01-08Work around tagsoup bug - not allowing uppercase x in hex entities.John MacFarlane2-0/+2
2016-01-08Entity handling fixes:John MacFarlane2-3/+10
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-05RST, Markdown writers: Fixed rendering of grid tables with blank rows.John MacFarlane2-2/+2
2016-01-04Fixed v1.16 reversion with --latex-engine.John MacFarlane1-2/+2
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
2016-01-02MediaWiki writer: fix spacing issues.John MacFarlane1-1/+5
2015-12-29Use cmark 0.5.John MacFarlane3-26/+37
2015-12-22ConTeXt writer: set default layout based on margin-left, etc.John MacFarlane1-0/+10
2015-12-22LaTeX writer: create defaults for geometry using margin-left etc.John MacFarlane1-1/+10
2015-12-22LaTeX reader: allow blank space between braced arguments of commands.John MacFarlane1-1/+3