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
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
2007-03-12
Added clauses for DefinitionList and Table to replaceReferenceLinks in
fiddlosopher
1
-0
/
+8
2007-03-12
Simplified keyTable, using assumption that key blocks are not
fiddlosopher
1
-20
/
+0
2007-03-10
Modified prettyPandoc to handle DefinitionList elements.
fiddlosopher
1
-0
/
+4
2007-03-03
Added --inline-links option to force links in HTML to be parsed
fiddlosopher
1
-0
/
+2
2007-02-21
Added defaultWriterOptions to Shared.hs.
fiddlosopher
1
-0
/
+15
2007-01-28
Changed 'encodeEntities' to 'escapeSGMLString'.
fiddlosopher
1
-3
/
+3
2007-01-28
+ Simplified entity handling by removing stringToSGML from Entities.hs.
fiddlosopher
1
-3
/
+3
2007-01-27
More changes in entity handling: Instead of using entities for characters
fiddlosopher
1
-2
/
+2
2007-01-27
Changes in entity handling:
fiddlosopher
1
-55
/
+3
2007-01-24
Rewrote functions in Text/Pandoc/Shared so as not to use Text.Regex,
fiddlosopher
1
-28
/
+51
2007-01-24
More smart quote bug fixes:
fiddlosopher
1
-1
/
+3
2007-01-22
Removed 'gsub' entirely and replaced its uses with 'substitute'.
fiddlosopher
1
-8
/
+0
2007-01-22
+ Added a 'substitute' function to Shared.hs. This is a generic
fiddlosopher
1
-2
/
+12
2007-01-15
Added support for tables in markdown reader and in LaTeX,
fiddlosopher
1
-0
/
+11
2007-01-06
Fixed serious performance problems with new Markdown reader:
fiddlosopher
1
-0
/
+9
2007-01-06
Merged changes from 'quotes' branch since r431. Smart typography
fiddlosopher
1
-68
/
+24
2007-01-04
Fixed small bug in consolidateList: added case
fiddlosopher
1
-0
/
+1
2007-01-04
Refactored SGML escaping functions and "in tag" functions to
fiddlosopher
1
-3
/
+95
[prev]
[next]