aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-25Allow em for image height/width in HTML, LaTeX.John MacFarlane2-6/+21
2017-05-25Added `spaced_reference_links` extension.John MacFarlane2-4/+10
2017-05-25Docx writer: Use Table rather than "Table Normal" for table style.John MacFarlane1-1/+1
2017-05-25Markdown reader: warn for notes defined but not used.John MacFarlane3-8/+29
2017-05-25MediaWiki reader: don't do curly quotes inside `<tt>` contexts.John MacFarlane1-1/+10
2017-05-25MediaWiki reader: Make smart double quotes depend on `smart` extension.John MacFarlane1-1/+3
2017-05-24Markdown reader: fixed smart quotes after emphasis.John MacFarlane1-5/+6
2017-05-24LaTeX reader: Fixed failures on \ref{}, \label{} with `+raw_tex`.John MacFarlane1-6/+9
2017-05-24Parsing: Provide parseFromString'.John MacFarlane7-62/+80
2017-05-24LaTeX reader: parse tikzpicture as raw verbatim environment...John MacFarlane1-0/+14
2017-05-24Logging: Made SkippedContent WARNING not INFO.John MacFarlane1-1/+1
2017-05-24HTML reader: Add `details` tag to list of block tags.John MacFarlane1-1/+2
2017-05-23RST reader: reformatting (code line length).John MacFarlane1-23/+47
2017-05-23RST Reader: parse list table directive (#3688)keiichiro shikano1-1/+28
2017-05-23Fixed handling of soft hyphen (0173) in docx writer.John MacFarlane1-7/+19
2017-05-23Shared.isURI: allow uppercase versions of known schemes.John MacFarlane1-1/+2
2017-05-23Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel16-48/+81
2017-05-22Let `--eol` take `native` as an argument.John MacFarlane1-12/+13
2017-05-22Move indentWith to Text.Pandoc.Parsing (#3687)Alexander Krotov5-21/+13
2017-05-21Text.Pandoc.App: ToJSON and FromJSON instances for Opts.John MacFarlane3-5/+66
2017-05-21Finished implemtation of `--resource-path`.John MacFarlane2-4/+4
2017-05-20PDF: Got --resource-path working with pdf output.John MacFarlane1-4/+7
2017-05-20PDF: better error message for non-converted svg images.John MacFarlane1-0/+1
2017-05-20RST reader: make use of anyLineNewline (#3686)Alexander Krotov1-2/+1
2017-05-20Improve SVG image size code.Marc Schreiber1-1/+1
2017-05-20PDF: Refactoring, makePDF is now in PandocIO [API change].John MacFarlane1-13/+8
2017-05-20Added `--resource-path=SEARCHPATH` command line option.John MacFarlane1-1/+12
2017-05-20SelfContained: handle @import with quoted string.John MacFarlane1-11/+25
2017-05-20SelfContained: fixed problem with embedded fonts.John MacFarlane1-13/+41
2017-05-19RST writer: add empty comments when needed...John MacFarlane1-3/+25
2017-05-18Org reader: fix smart parsing behaviorAlbert Krewinkel2-10/+15
2017-05-18Don't render LaTeX images with data: URIs.John MacFarlane1-0/+3
2017-05-18Docx writer: Change FigureWithCaption to CaptionedFigure (#3658)Ian1-1/+1
2017-05-18Don't double extract images from docx.John MacFarlane1-9/+14
2017-05-18Markdown: allow attributes in reference links to start on next line.John MacFarlane1-1/+3
2017-05-18Add `--eol` flag and writer option to control line endings.Stefan Dresselhaus2-13/+54
2017-05-17Markdown writer: Fixed duplicated reference linksJohn MacFarlane1-11/+15
2017-05-17Merge pull request #3676 from labdsf/space-charJohn MacFarlane1-1/+1
2017-05-17Merge pull request #3677 from labdsf/anylinenewlineJohn MacFarlane5-8/+7
2017-05-17Move anyLineNewline to Parsing.hsAlexander Krotov5-8/+7
2017-05-17Txt2Tags parser: newline is not indentationAlexander Krotov1-1/+1
2017-05-16Org reader: replace `sequence . map` with `mapM`Albert Krewinkel2-3/+3
2017-05-16Org reader: put tree parsing code into dedicated moduleAlbert Krewinkel2-210/+262
2017-05-16Merge pull request #3671 from WUUUGI/horizont-spacingJohn MacFarlane1-1/+1
2017-05-15Textile reader: fix bug for certain links in table cells.John MacFarlane1-2/+5
2017-05-15Added support for horizontal spacing in LaTeX: parse \, to \8198 (six-per-em ...Henri Werth1-1/+1
2017-05-14Org reader: add basic file inclusion mechanismAlbert Krewinkel3-5/+43
2017-05-14Parsing: add `insertIncludedFilesF` which returns F blocksAlbert Krewinkel1-7/+24
2017-05-14Parsing: introduce `HasIncludeFiles` type classAlbert Krewinkel1-9/+22
2017-05-14Parsing: replace partial with total functionAlbert Krewinkel1-1/+1