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
2009-12-31
Removed unneeded LANGUAGE pragmas.
fiddlosopher
1
-1
/
+1
2009-12-31
Added --xetex option to pandoc and markdown2pdf.
fiddlosopher
1
-0
/
+2
2009-12-31
Restored writerIncludeBefore, writerIncludeAfter.
fiddlosopher
1
-0
/
+4
2009-12-31
Changed Meta author and date types to Inline lists instead of Strings.
fiddlosopher
1
-2
/
+2
2009-12-31
Changed readDataFile to look first in user data directory.
fiddlosopher
1
-3
/
+6
2009-12-31
Removed TH module; refactored LaTeXMathML not to use TH.
fiddlosopher
1
-1
/
+7
2009-12-31
Removed unneeded writer options; use template variables instead.
fiddlosopher
1
-8
/
+0
2009-12-31
Added writerTemplate and writerVariables to writerOptions.
fiddlosopher
1
-0
/
+4
2009-12-08
Added optional section numbering in HTML output.
fiddlosopher
1
-7
/
+11
2009-12-07
Improved syntax for markdown definition lists.
fiddlosopher
1
-4
/
+6
2009-12-05
Added --id-prefix option.
fiddlosopher
1
-0
/
+2
2009-12-05
Changed --default-code-classes -> --indented-code-classes.
fiddlosopher
1
-2
/
+2
2009-12-01
Allow . and ~ in header identifiers.
fiddlosopher
1
-1
/
+1
2009-12-01
Added --default-code-classes option.
fiddlosopher
1
-2
/
+4
2009-11-29
Allow _ character in automatically generated identifiers.
fiddlosopher
1
-1
/
+1
2009-11-28
Markdown reader: parse refs and notes in the same pass.
fiddlosopher
1
-1
/
+1
2009-11-01
Changed heuristic in compactify.
fiddlosopher
1
-19
/
+15
2009-06-28
RST reader: Allow # to continue list...
fiddlosopher
1
-2
/
+3
2009-04-25
HTML writer: wrap sections in divs. Resolves Issue #70.
fiddlosopher
1
-16
/
+71
2009-01-31
Moved tabFilter to Shared.
fiddlosopher
1
-0
/
+21
2009-01-24
Moved all haskell source to src subdirectory.
fiddlosopher
1
-0
/
+953
2007-11-29
Moved everything from src into the top-level directory.
fiddlosopher
1
-836
/
+0
2007-11-23
Reverted changes in r1086 (implicit section header references).
fiddlosopher
1
-53
/
+3
2007-11-22
Improved efficiency of romanNumeral parser (in Text.Pandoc.Shared)
fiddlosopher
1
-8
/
+11
2007-11-22
Implemented implicit reference-style links to section headers in markdown.
fiddlosopher
1
-3
/
+53
2007-11-18
Fixed some haddock documentation bugs in Shared.hs.
fiddlosopher
1
-4
/
+4
2007-11-17
Adjusted formatting of LaTeX and ConTeXt footnotes:
fiddlosopher
1
-9
/
+19
2007-11-15
Added wrappedTeX and wrapTeXIfNeeded functions to Text.Pandoc.Shared.
fiddlosopher
1
-1
/
+32
2007-11-03
Reverted back to state as of r1062. The template haskell changes
fiddlosopher
1
-0
/
+792
2007-11-03
Use template haskell to avoid the need for templates:
fiddlosopher
1
-792
/
+0
2007-10-29
Fixed bug in parsing files that begin with blank lines.
fiddlosopher
1
-4
/
+2
2007-10-13
Save and restore position in parseFromString, so that it doesn't
fiddlosopher
1
-0
/
+2
2007-09-27
Added a writer option for wrapped text and a command-line option
fiddlosopher
1
-15
/
+25
2007-09-05
Simplified parsing of reference keys and notes in markdown and RST
fiddlosopher
1
-24
/
+0
2007-08-31
Cleanup up Text.Pandoc.Shared to eliminate warnings
fiddlosopher
1
-39
/
+40
2007-08-30
Added 'wrapped' function to Text.Pandoc.Shared.
fiddlosopher
1
-0
/
+7
2007-08-29
Rewrote charsInBalanced and charsInBalanced'.
fiddlosopher
1
-9
/
+9
2007-08-28
Minor reformatting.
fiddlosopher
1
-2
/
+2
2007-08-28
anyLine now requires that the line end with a newline (not eof).
fiddlosopher
1
-1
/
+1
2007-08-28
+ Removed tabsToSpaces and tabsInLine from Text.Pandoc.Shared.
fiddlosopher
1
-22
/
+0
2007-08-28
Removed unneeded 'try' from romanNumeral parser.
fiddlosopher
1
-1
/
+1
2007-08-28
Use notFollowedBy instead of notFollowedBy' in charsInBalanced.
fiddlosopher
1
-1
/
+1
2007-08-28
Removed unneeded 'try' in 'parseFromString'.
fiddlosopher
1
-1
/
+1
2007-08-28
Removed unneeded 'try' from stringAnyCase. (Now it behaves
fiddlosopher
1
-2
/
+2
2007-08-28
Changed definition of 'enclosed' in Text.Pandoc.Shared so that
fiddlosopher
1
-2
/
+2
2007-08-28
Minor code cleanup in Text.Pandoc.Shared.
fiddlosopher
1
-4
/
+7
2007-08-28
Removed unnecessary 'try' in 'anyLine' (Text.Pandoc.Shared).
fiddlosopher
1
-2
/
+1
2007-08-15
Fixed bug in normalizeSpaces: Space:Str "":Space
fiddlosopher
1
-0
/
+1
2007-08-15
Major code cleanup in all modules. (Removed unneeded imports,
fiddlosopher
1
-404
/
+576
2007-08-08
Major change in the way ordered lists are handled:
fiddlosopher
1
-6
/
+160
[prev]
[next]