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-06-24
Use new flexible metadata type.
John MacFarlane
1
-3
/
+74
2013-05-28
Shared.openURL: Properly handle data: URIs.
John MacFarlane
1
-2
/
+8
2013-05-04
Less verbose output from --self-contained.
John MacFarlane
1
-1
/
+2
2013-05-01
Shared.openURL: Print diagnostic output to stderr, not stdout.
John MacFarlane
1
-3
/
+5
2013-04-28
Shared.openURL: URL-escape pipe characters.
John MacFarlane
1
-3
/
+2
2013-04-20
Shared: Fixed readDefaultDataFile so it works on Windows.
John MacFarlane
1
-2
/
+2
2013-04-20
Revert "Improved previous patch so it really solves the Windows issue."
John MacFarlane
1
-1
/
+2
2013-04-19
Improved previous patch so it really solves the Windows issue.
John MacFarlane
1
-2
/
+1
2013-04-19
Shared: readDefaultDataFile: normalize the paths.
John MacFarlane
1
-1
/
+7
2013-03-26
Shared: openURL now follows redirects.
John MacFarlane
1
-8
/
+10
2013-02-13
hierarchicalize: Do not number section with class "unnumbered".
John MacFarlane
1
-6
/
+8
2013-02-12
Shared: Changed type of Element.
John MacFarlane
1
-4
/
+4
2013-01-23
Added Text.Pandoc.Data (non-exported) if embed_data_files selected.
John MacFarlane
1
-7
/
+2
2013-01-11
Refactoring:
John MacFarlane
1
-12
/
+17
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
[prev]
[next]