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-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
2007-01-04
+ Improved text wrapping algorithm in markdown, docbook, and RST writers.
fiddlosopher
1
-5
/
+8
2007-01-02
Change 'HtmlEntities' module to 'Entities'. Adjusted calling
fiddlosopher
1
-1
/
+1
2007-01-01
Merged changes from docbook branch since r363.
fiddlosopher
1
-1
/
+2
2006-12-30
Merged 'strict' branch from r324. This adds a '--strict'
fiddlosopher
1
-4
/
+7
2006-12-21
Fixed a serious bug in the Markdown reader (also affecting LaTeX
fiddlosopher
1
-2
/
+1
2006-12-20
Added license text to top of source files.
fiddlosopher
1
-0
/
+18
2006-12-20
Changed 'stability' from 'provisional' to 'alpha'.
fiddlosopher
1
-1
/
+1
2006-12-20
Changed 'status' in comment headers from 'unstable' to 'provisional'
fiddlosopher
1
-1
/
+1
2006-12-20
+ Added module data for haddock.
fiddlosopher
1
-104
/
+163
2006-12-19
Merged changes to footnotes branch r219-r240.
fiddlosopher
1
-11
/
+13
2006-12-18
Changed '--smartypants' to '--smart' and adjusted documentation
fiddlosopher
1
-1
/
+1
2006-12-16
Changed 'putStrLn' to 'putStr' in Main.hs, and modified some
fiddlosopher
1
-1
/
+1
2006-11-26
Pandoc bug fixes:
fiddlosopher
1
-0
/
+5
2006-11-08
Fixed two small Haddock comment bugs in Shared.hs.
fiddlosopher
1
-2
/
+4
2006-10-17
initial import
fiddlosopher
1
-0
/
+417