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
/
Readers
/
LaTeX.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-28
Changed definition of 'enclosed' in Text.Pandoc.Shared so that
fiddlosopher
1
-1
/
+1
2007-08-18
Bug fixes in readers:
fiddlosopher
1
-1
/
+2
2007-08-15
LaTeX reader: parse \texttt{} as code, as long as there's
fiddlosopher
1
-2
/
+9
2007-08-15
Major code cleanup in all modules. (Removed unneeded imports,
fiddlosopher
1
-305
/
+231
2007-08-08
Major change in the way ordered lists are handled:
fiddlosopher
1
-8
/
+22
2007-08-03
Added parsing for \url to LaTeX reader.
fiddlosopher
1
-1
/
+6
2007-07-28
Removed examplep specific stuff in LaTeX reader.
fiddlosopher
1
-13
/
+1
2007-07-28
Changes in LaTeX reader to accommodate Pandoc's own use of
fiddlosopher
1
-2
/
+23
2007-07-23
Added support for definition lists to LaTeX reader.
fiddlosopher
1
-11
/
+23
2007-07-22
Added a "try" to the end parser in enclosed (Text.Pandoc.ParserCombinators).
fiddlosopher
1
-5
/
+3
2007-07-22
Added subscript and superscript support to LaTeX reader.
fiddlosopher
1
-1
/
+14
2007-07-22
LaTeX reader: Added clauses for tilde and caret.
fiddlosopher
1
-2
/
+10
2007-07-22
Added support for strikeout (\sout) to latex
fiddlosopher
1
-3
/
+7
2007-07-09
Moved Text.ParserCombinators.Pandoc ->
fiddlosopher
1
-1
/
+1
2007-07-07
Adjusted copyright notices to 2006-7; use
fiddlosopher
1
-3
/
+3
2007-04-10
Extensive changes stemming from a rethinking of the Pandoc data
fiddlosopher
1
-16
/
+7
2007-02-15
Removed followedBy' parser from Text/ParserCombinators/Pandoc,
fiddlosopher
1
-1
/
+1
2007-02-12
Replaced "choice [(try (string ...), ...]" idiom with
fiddlosopher
1
-5
/
+5
2007-02-12
+ Added some needed "try"s before multicharacter parsers,
fiddlosopher
1
-2
/
+2
2007-01-24
More smart quote bug fixes:
fiddlosopher
1
-1
/
+6
2007-01-22
Removed 'gsub' entirely and replaced its uses with 'substitute'.
fiddlosopher
1
-1
/
+1
2007-01-06
Merged changes from 'quotes' branch since r431. Smart typography
fiddlosopher
1
-22
/
+52
2006-12-21
Fixed a serious bug in the Markdown reader (also affecting LaTeX
fiddlosopher
1
-5
/
+6
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
-52
/
+66
2006-12-19
Merged changes to footnotes branch r219-r240.
fiddlosopher
1
-4
/
+3
2006-12-17
Removed a / in a comment that was causing haddock to fail.
fiddlosopher
1
-6
/
+6
2006-11-27
Minor improvements to LaTeX reader:
fiddlosopher
1
-3
/
+9
2006-11-26
Refactored LaTeX reader for clarity (added isArg function).
fiddlosopher
1
-1
/
+5
2006-11-26
Pandoc bug fixes:
fiddlosopher
1
-46
/
+45
2006-10-17
initial import
fiddlosopher
1
-0
/
+585