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
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
2010-12-25
Improved normalize.
John MacFarlane
1
-0
/
+15
2010-12-24
Use functions from Text.Pandoc.Generic instead of processWith(M).
John MacFarlane
1
-4
/
+5
2010-12-22
Shared: Removed unneeded prettyprinting functions:
John MacFarlane
1
-75
/
+0
2010-12-22
Shared: Removed BlockWrapper, wrappedBlocksToDoc.
John MacFarlane
1
-13
/
+1
2010-12-21
Shared: Made splitBy take a test instead of an element.
John MacFarlane
1
-6
/
+6
2010-12-19
Shared: Use stringify to simplify inlineListToIdentifier.
John MacFarlane
1
-28
/
+11
2010-12-17
Added new prettyprinting module.
John MacFarlane
1
-0
/
+3
2010-12-15
Support multiple bibliography files with natbib and biblatex output.
Nathan Gass
1
-2
/
+2
2010-12-14
Added 'normalize' to Text.Pandoc.Shared.
John MacFarlane
1
-1
/
+53
2010-12-13
Added support to write natbib or biblatex citations in latex output.
Nathan Gass
1
-0
/
+10
2010-12-13
Fixed inlineListToIdentifier to treat '\160' as ' '.
John MacFarlane
1
-1
/
+3
2010-12-07
Rewrote normalizeSpaces (mostly aesthetic reasons).
John MacFarlane
1
-14
/
+11
2010-11-27
Added 'stringify' to Text.Pandoc.Shared.
John MacFarlane
1
-0
/
+10
2010-11-20
Citation related changes.
John MacFarlane
1
-12
/
+0
2010-11-19
Shared: Added findFirstFile, findDataFile, refactored readDataFile.
John MacFarlane
1
-5
/
+24
2010-10-26
Added support for MathJax for displaying math in HTML.
John MacFarlane
1
-0
/
+1
2010-07-15
Added --section-divs option.
John MacFarlane
1
-0
/
+2
2010-07-15
Added --webtex option for HTML math.
John MacFarlane
1
-1
/
+1
2010-07-13
Added a slidy writer.
John MacFarlane
1
-4
/
+11
2010-07-11
Merge branch 'atlists'. Added auto-numbered example lists.
John MacFarlane
1
-0
/
+1
2010-07-11
Moved headerShift from pandoc.hs to Shared.
John MacFarlane
1
-0
/
+8
2010-07-11
Slight code cleanup on substitute function.
John MacFarlane
1
-4
/
+4
2010-07-08
Added writerUserDataDir to WriterOptions.
John MacFarlane
1
-0
/
+2
2010-07-08
Added writerSourceDirectory to WriterOptions.
John MacFarlane
1
-0
/
+2
2010-07-06
Changed order of functions in Shared.
John MacFarlane
1
-26
/
+26
2010-07-05
Don't allow colon in autogenerated HTML identifiers.
John MacFarlane
1
-2
/
+2
[prev]
[next]