aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)AuthorFilesLines
2016-09-20LaTeX writer: change braced backtick to \textasciigrave{}Jesse Rosenthal1-1/+1
2016-09-19LaTeX writer: enclose backtick in `{}` in verbatimJesse Rosenthal1-0/+1
2016-09-06DocBook writer: include an anchor element when a div or span has an id.John MacFarlane1-2/+9
2016-09-03Remove http-client CPP conditionals.Jesse Rosenthal1-10/+1
2016-09-03Remove blaze-html CPP conditional.Jesse Rosenthal1-5/+1
2016-09-03Add EOL note to time compat module.Jesse Rosenthal1-0/+12
2016-09-02Remove TagSoup compatJesse Rosenthal5-25/+10
2016-09-02Remove unnecessary CPP condition in UTF8Jesse Rosenthal1-7/+2
2016-09-02Actually remove T/P/Compat/Except.Jesse Rosenthal1-37/+0
2016-09-02Remove directory compatJesse Rosenthal2-22/+1
2016-09-02Remove Text.Pandoc.Compat.ExceptJesse Rosenthal7-15/+6
2016-09-02Fix grouping of imports.Jesse Rosenthal7-7/+8
2016-09-02Remove an inline monad compatibility macro.Jesse Rosenthal1-12/+0
2016-09-02Remove Compat.MonoidJesse Rosenthal22-38/+21
2016-09-02PDF: Don't crash with nonexistent image.John MacFarlane1-1/+2
2016-09-02Merge pull request #3091 from wilx/master-narrow-no-break-spaceJohn MacFarlane1-0/+1
2016-08-30Org reader: respect unnumbered header propertyAlbert Krewinkel1-2/+10
2016-08-29Docx reader: make all compilers happy with traversable.Jesse Rosenthal1-1/+3
2016-08-29Docx reader: Import traverse for ghc 7.8Jesse Rosenthal1-0/+1
2016-08-29Docx reader: clean up function with `traverse`Jesse Rosenthal1-6/+1
2016-08-29Merge branch 'org-meta-handling'Albert Krewinkel4-69/+195
2016-08-29Org reader: respect `creator` export optionAlbert Krewinkel3-5/+8
2016-08-29Org reader: respect `email` export optionAlbert Krewinkel3-5/+7
2016-08-29Org reader: respect `author` export optionAlbert Krewinkel4-4/+23
2016-08-29Org reader: read HTML_head as header-includesAlbert Krewinkel1-0/+2
2016-08-29Org reader: set classoption meta from LaTeX_class_optionsAlbert Krewinkel1-1/+8
2016-08-29Org reader: set documentclass meta from LaTeX_classAlbert Krewinkel1-0/+1
2016-08-29Org reader: read LaTeX_header as header-includesAlbert Krewinkel1-9/+31
2016-08-29Org reader: give precedence to later meta linesAlbert Krewinkel1-1/+1
2016-08-29Org reader: allow multiple, comma-separated authorsAlbert Krewinkel1-1/+9
2016-08-29Org reader: read markup only for special meta keysAlbert Krewinkel1-5/+20
2016-08-29Org reader: extract meta parsing code to moduleAlbert Krewinkel2-64/+111
2016-08-28Docx reader: update copyright.Jesse Rosenthal3-6/+6
2016-08-28Docx reader: use all anchor spans for header ids.Jesse Rosenthal1-1/+1
2016-08-28Docx reader: Let headers use exisiting id.Jesse Rosenthal1-6/+10
2016-08-28Docx reader: Handle anchor spans with content in headers.Jesse Rosenthal1-7/+8
2016-08-27Translate NARROW NO-BREAK SPACE into LaTeX.Vaclav Zeman1-0/+1
2016-08-27Man writer: allow section numbers that are not a single digit.John MacFarlane1-5/+5
2016-08-20Org writer: translate language identifiersAlbert Krewinkel1-5/+23
2016-08-18Org writer: ensure link targets are paths or URLsAlbert Krewinkel1-5/+23
2016-08-18Org writer: ensure blank line after figureAlbert Krewinkel1-1/+1
2016-08-18Org writer: remove blank line after figure captionAlbert Krewinkel1-3/+2
2016-08-15Docx Writer: change dynamic style keyJesse Rosenthal1-1/+1
2016-08-15Docx writer: Inject text properties as well.Jesse Rosenthal1-3/+20
2016-08-15Docx Writer: Keep track of dynamic text props too.Jesse Rosenthal1-0/+3
2016-08-15Docx writer: Allow dynamic styles on spans.Jesse Rosenthal1-1/+5
2016-08-15Docx writer: Inject new paragraph propertiesJesse Rosenthal1-4/+23
2016-08-15StyleMap: export functions on StyleMap instancesJesse Rosenthal1-0/+2
2016-08-15Docx Writer: Have state keep track of dynamic styles.Jesse Rosenthal1-2/+6
2016-08-13Docx Writer: Implement user-defined styles.Jesse Rosenthal1-0/+6