index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Shared.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-11
Move getItem from SelfContained to Share; export getItem.
John MacFarlane
1
-2
/
+28
2013-01-09
Added Attr field to Header.
John MacFarlane
1
-10
/
+9
2013-01-07
Shared: export isTightList.
John MacFarlane
1
-0
/
+7
2012-12-30
Revert "Workaround for problem with file-embed."
John MacFarlane
1
-3
/
+1
2012-12-29
Workaround for problem with file-embed.
John MacFarlane
1
-1
/
+3
2012-12-29
Made `embed_data_files` flag work.
John MacFarlane
1
-3
/
+11
2012-12-29
Data files changes.
John MacFarlane
1
-14
/
+27
2012-09-29
Renamed removedLeadingTrailingSpace to trim.
John MacFarlane
1
-9
/
+9
2012-09-27
Shared: Export compactify', formerly in Markdown reader.
John MacFarlane
1
-0
/
+18
2012-09-26
Shared: Count \r as space in removeLeading/TrailingSpace.
John MacFarlane
1
-1
/
+1
2012-09-23
Revert "More intelligent handling of text encodings."
John MacFarlane
1
-3
/
+3
2012-09-23
More intelligent handling of text encodings.
John MacFarlane
1
-3
/
+3
2012-08-15
Moved renderTags' from HTML reader & SelfContained to Shared.
John MacFarlane
1
-0
/
+22
2012-08-09
Removed `--strict`, added extensions to writer/reader names.
John MacFarlane
1
-2
/
+3
2012-08-09
Added safeRead to Text.Pandoc.Shared.
John MacFarlane
1
-1
/
+12
2012-07-26
Moved WriterOptions and associated types Shared -> Options.
John MacFarlane
1
-128
/
+0
2012-07-26
Fixed whitespace errors.
John MacFarlane
1
-9
/
+9
2012-07-24
Slightly more efficient normalizeSpaces.
John MacFarlane
1
-6
/
+5
2012-07-24
Added fields to WriterOptions.
John MacFarlane
1
-0
/
+8
2012-07-19
Provide Data.Default instances for ParserState and WriterOptions.
John MacFarlane
1
-1
/
+5
2012-05-24
Add support for Slideous output.
Jonas Smedegaard
1
-1
/
+2
2012-05-11
Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option.
John MacFarlane
1
-0
/
+2
2012-02-04
Complete rewrite of LaTeX reader.
John MacFarlane
1
-1
/
+23
2012-01-28
Put date in YYYY-MM-DD format if possible for HTML, docx metadata.
John MacFarlane
1
-0
/
+17
2012-01-27
Shared: Added splitStringWithIndices.
John MacFarlane
1
-4
/
+17
2012-01-26
Added --atx-headers option.
John MacFarlane
1
-0
/
+2
2012-01-25
Added --slide-level option to override default.
John MacFarlane
1
-0
/
+2
2011-12-29
Added 'beamer' as an output format.
John MacFarlane
1
-0
/
+2
2011-12-27
Added `--highlight-style` and `--no-highlight` options.
John MacFarlane
1
-0
/
+3
2011-12-27
Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.
John MacFarlane
1
-4
/
+0
2011-12-22
Added writerHighlight to WriterOptions.
John MacFarlane
1
-0
/
+2
2011-12-22
Removed writerAscii in WriterOptions.
John MacFarlane
1
-2
/
+0
2011-12-02
Shared: Removed unescapeURI, modified escapeURI.
John MacFarlane
1
-17
/
+8
2011-10-01
Added dzslides output option.
John MacFarlane
1
-0
/
+1
2011-07-22
Deprecated `--xetex` option - it is no longer needed.
John MacFarlane
1
-0
/
+1
2011-07-19
Added unexported Text.Pandoc.MIME.
John MacFarlane
1
-451
/
+1
2011-07-17
Added getMimeType to Text.Pandoc.Shared.
John MacFarlane
1
-2
/
+452
2011-02-06
Added --ascii option.
John MacFarlane
1
-0
/
+2
2011-02-05
Make writerSectionDivs default to False.
John MacFarlane
1
-1
/
+1
2011-02-04
Shared: Minor refactoring.
John MacFarlane
1
-1
/
+4
2011-02-04
normalize: Normalize spaces too.
John MacFarlane
1
-5
/
+10
2011-01-29
Shared: Fixed bug in normalize revealed by tests!
John MacFarlane
1
-4
/
+5
2011-01-28
Add possibility to use listings package for code blocks and
Josef Svenningsson
1
-0
/
+2
2011-01-28
Shared: Make 'normalize' more generic.
John MacFarlane
1
-1
/
+1
2011-01-26
Add support for attributes in inline Code.
John MacFarlane
1
-4
/
+4
2011-01-26
Bumped version to 1.8; depend on pandoc-types 1.8.
John MacFarlane
1
-7
/
+4
2011-01-16
Added --chapters option affecting docbook and latex.
John MacFarlane
1
-0
/
+2
2011-01-11
Preliminary support for HTML5.
John MacFarlane
1
-0
/
+2
2010-12-26
normalize: Don't reduce [Space] to [].
John MacFarlane
1
-4
/
+1
2010-12-26
Improved 'normalize'.
John MacFarlane
1
-41
/
+44
[prev]
[next]