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
/
Haddock
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-18
Removed old haddock reader code. Add dependency on haddock-library.
John MacFarlane
2
-349
/
+0
2013-04-14
Haddock reader improvements.
John MacFarlane
1
-10
/
+6
2013-04-09
Removed unnecessary OPTIONS flag in Haddock/Parse.y.
John MacFarlane
1
-1
/
+0
2013-04-09
Fixed Haddock reader bugs with list item spaces and examples.
John MacFarlane
1
-10
/
+8
2013-04-04
Haddock reader: leaving Space alone in @...@ seems more semantically correct.
David Lazar
1
-1
/
+0
2013-04-04
Haddock reader: derive Show for Token, making debugging easier.
David Lazar
1
-1
/
+1
2013-03-29
Haddock reader: make clearer which production the comment refers to.
David Lazar
1
-2
/
+3
2013-03-29
Haddock reader: add the "haskell" attribute to code blocks so they are
David Lazar
1
-4
/
+4
2013-03-29
Haddock reader: improved error reporting.
David Lazar
2
-4
/
+5
2013-03-28
Haddock writer: use 'text' builder instead of 'str'.
John MacFarlane
1
-3
/
+10
2013-03-28
Add reader for Haddock markup based on Haddock's own lexer/parser.
David Lazar
2
-0
/
+348