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-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
2007-07-26
Changed how ASCIIMathML is handled:
fiddlosopher
1
-0
/
+4
2007-07-21
Moved failIfStrict from Markdown reader to
fiddlosopher
1
-0
/
+7
2007-07-21
Changes to functions for character escaping:
fiddlosopher
1
-18
/
+17
2007-07-21
Added Strikeout, Superscript, and Subscript to
fiddlosopher
1
-8
/
+12
2007-07-19
Added escapeCharAsString to Text.Pandoc.Shared.
fiddlosopher
1
-0
/
+9
2007-07-12
Export NoteTable in Text.Pandoc.Shared.
fiddlosopher
1
-0
/
+1
2007-07-12
Change to defaultWriterOptions: standalone is False by default.
fiddlosopher
1
-1
/
+1
2007-07-09
Moved isHeaderBlock from Text.Pandoc.Writers.HTML
fiddlosopher
1
-0
/
+6
2007-07-07
Adjusted copyright notices to 2006-7; use
fiddlosopher
1
-3
/
+3
2007-07-07
+ Introduced writerIgnoreNotes option in WriterOptions. This is needed
fiddlosopher
1
-0
/
+25
2007-07-07
Added writerTableOfContents to WriterOptions, and added a
fiddlosopher
1
-11
/
+13
2007-07-07
Minor comment change.
fiddlosopher
1
-1
/
+1
2007-05-10
Improved prettyprinting of definition lists.
fiddlosopher
1
-3
/
+3
2007-04-15
Moved escape and nullBlock parsers from ParserCombinators/Pandoc
fiddlosopher
1
-3
/
+18
2007-04-13
Added Table to prettyBlock in Shared.hs.
fiddlosopher
1
-0
/
+7
2007-04-10
Extensive changes stemming from a rethinking of the Pandoc data
fiddlosopher
1
-188
/
+39
2007-03-17
Removed Blank block element as unnecessary.
fiddlosopher
1
-1
/
+0
[prev]
[next]