aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
AgeCommit message (Expand)AuthorFilesLines
2013-07-01Shared: Export getField.John MacFarlane1-1/+14
2013-06-29Metadata changes: Variables now completely shadow metadata.John MacFarlane1-2/+9
2013-06-27Shared: Added `defField`.John MacFarlane1-0/+14
2013-06-25Fixed merge bugs in Shared.John MacFarlane1-10/+10
2013-06-25Removed 'Functor' constraint.John MacFarlane1-2/+2
2013-06-24Use new flexible metadata type.John MacFarlane1-3/+74
2013-05-28Shared.openURL: Properly handle data: URIs.John MacFarlane1-2/+8
2013-05-04Less verbose output from --self-contained.John MacFarlane1-1/+2
2013-05-01Shared.openURL: Print diagnostic output to stderr, not stdout.John MacFarlane1-3/+5
2013-04-28Shared.openURL: URL-escape pipe characters.John MacFarlane1-3/+2
2013-04-20Shared: Fixed readDefaultDataFile so it works on Windows.John MacFarlane1-2/+2
2013-04-20Revert "Improved previous patch so it really solves the Windows issue."John MacFarlane1-1/+2
2013-04-19Improved previous patch so it really solves the Windows issue.John MacFarlane1-2/+1
2013-04-19Shared: readDefaultDataFile: normalize the paths.John MacFarlane1-1/+7
2013-03-26Shared: openURL now follows redirects.John MacFarlane1-8/+10
2013-02-13hierarchicalize: Do not number section with class "unnumbered".John MacFarlane1-6/+8
2013-02-12Shared: Changed type of Element.John MacFarlane1-4/+4
2013-01-23Added Text.Pandoc.Data (non-exported) if embed_data_files selected.John MacFarlane1-7/+2
2013-01-11Refactoring:John MacFarlane1-12/+17
2013-01-11Move getItem from SelfContained to Share; export getItem.John MacFarlane1-2/+28
2013-01-09Added Attr field to Header.John MacFarlane1-10/+9
2013-01-07Shared: export isTightList.John MacFarlane1-0/+7
2012-12-30Revert "Workaround for problem with file-embed."John MacFarlane1-3/+1
2012-12-29Workaround for problem with file-embed.John MacFarlane1-1/+3
2012-12-29Made `embed_data_files` flag work.John MacFarlane1-3/+11
2012-12-29Data files changes.John MacFarlane1-14/+27
2012-09-29Renamed removedLeadingTrailingSpace to trim.John MacFarlane1-9/+9
2012-09-27Shared: Export compactify', formerly in Markdown reader.John MacFarlane1-0/+18
2012-09-26Shared: Count \r as space in removeLeading/TrailingSpace.John MacFarlane1-1/+1
2012-09-23Revert "More intelligent handling of text encodings."John MacFarlane1-3/+3
2012-09-23More intelligent handling of text encodings.John MacFarlane1-3/+3
2012-08-15Moved renderTags' from HTML reader & SelfContained to Shared.John MacFarlane1-0/+22
2012-08-09Removed `--strict`, added extensions to writer/reader names.John MacFarlane1-2/+3
2012-08-09Added safeRead to Text.Pandoc.Shared.John MacFarlane1-1/+12
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-128/+0
2012-07-26Fixed whitespace errors.John MacFarlane1-9/+9
2012-07-24Slightly more efficient normalizeSpaces.John MacFarlane1-6/+5
2012-07-24Added fields to WriterOptions.John MacFarlane1-0/+8
2012-07-19Provide Data.Default instances for ParserState and WriterOptions.John MacFarlane1-1/+5
2012-05-24Add support for Slideous output.Jonas Smedegaard1-1/+2
2012-05-11Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option.John MacFarlane1-0/+2
2012-02-04Complete rewrite of LaTeX reader.John MacFarlane1-1/+23
2012-01-28Put date in YYYY-MM-DD format if possible for HTML, docx metadata.John MacFarlane1-0/+17
2012-01-27Shared: Added splitStringWithIndices.John MacFarlane1-4/+17
2012-01-26Added --atx-headers option.John MacFarlane1-0/+2
2012-01-25Added --slide-level option to override default.John MacFarlane1-0/+2
2011-12-29Added 'beamer' as an output format.John MacFarlane1-0/+2
2011-12-27Added `--highlight-style` and `--no-highlight` options.John MacFarlane1-0/+3
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane1-4/+0
2011-12-22Added writerHighlight to WriterOptions.John MacFarlane1-0/+2