aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-22Removed writerAscii in WriterOptions.John MacFarlane1-2/+0
2011-12-02Shared: Removed unescapeURI, modified escapeURI.John MacFarlane1-17/+8
2011-10-01Added dzslides output option.John MacFarlane1-0/+1
2011-07-22Deprecated `--xetex` option - it is no longer needed.John MacFarlane1-0/+1
2011-07-19Added unexported Text.Pandoc.MIME.John MacFarlane1-451/+1
2011-07-17Added getMimeType to Text.Pandoc.Shared.John MacFarlane1-2/+452
2011-02-06Added --ascii option.John MacFarlane1-0/+2
2011-02-05Make writerSectionDivs default to False.John MacFarlane1-1/+1
2011-02-04Shared: Minor refactoring.John MacFarlane1-1/+4
2011-02-04normalize: Normalize spaces too.John MacFarlane1-5/+10
2011-01-29Shared: Fixed bug in normalize revealed by tests!John MacFarlane1-4/+5
2011-01-28Add possibility to use listings package for code blocks andJosef Svenningsson1-0/+2
2011-01-28Shared: Make 'normalize' more generic.John MacFarlane1-1/+1
2011-01-26Add support for attributes in inline Code.John MacFarlane1-4/+4