index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-07
Haddock documentation for Text.Pandoc.Blocks.
fiddlosopher
1
-4
/
+51
2007-07-07
Man writer: Use integral n measures instead of fractional i
fiddlosopher
1
-1
/
+2
2007-07-07
Put table of contents in its own div (id="toc").
fiddlosopher
1
-1
/
+1
2007-07-07
HTML writer modifications:
fiddlosopher
1
-23
/
+57
2007-07-07
+ Introduced writerIgnoreNotes option in WriterOptions. This is needed
fiddlosopher
3
-20
/
+26
2007-07-07
Added writerTableOfContents to WriterOptions, and added a
fiddlosopher
2
-11
/
+23
2007-07-07
Changes to HTML writer to incorporate automatic identifiers for
fiddlosopher
1
-16
/
+66
2007-07-07
Minor comment change.
fiddlosopher
1
-1
/
+1
2007-07-06
Pandoc.hs: Export all definitions in Text.Pandoc.Definition,
fiddlosopher
1
-1
/
+7
2007-07-06
Fixed bug in Markdown reader: links in footnotes were not
fiddlosopher
1
-4
/
+10
2007-07-05
Added table support to RST writer.
fiddlosopher
1
-3
/
+34
2007-07-04
Added table support to markdown writer.
fiddlosopher
1
-3
/
+34
2007-07-04
Improvements/bug fixes to Text.Pandoc.Blocks
fiddlosopher
1
-3
/
+32
2007-07-04
Added Text.Pandoc.Blocks module for prettyprinting of
fiddlosopher
1
-0
/
+63
2007-07-04
Man writer:
fiddlosopher
1
-3
/
+9
2007-07-04
Added table support to man writer (using the tbl preprocessor).
fiddlosopher
1
-10
/
+36
2007-07-02
Man writer: don't change - to \- (minus sign).
fiddlosopher
1
-1
/
+1
2007-07-02
Man writer: better output for line break:
fiddlosopher
1
-1
/
+1
2007-07-02
Minor changes in Man writer:
fiddlosopher
1
-18
/
+26
2007-07-01
Modified escaping in Man writer. Also changed
fiddlosopher
1
-5
/
+5
2007-06-30
Modified Main.hs and Pandoc.cabal to add man page
fiddlosopher
1
-0
/
+3
2007-06-30
Added groff man writer.
fiddlosopher
1
-0
/
+263
2007-06-17
Minor documentation changes to ASCIIMathML.hs template.
fiddlosopher
1
-2
/
+2
2007-05-10
Require blankspace (but not multiple lines) between URL and
fiddlosopher
1
-5
/
+6
2007-05-10
Fixed bug with indented blocks occurring in definition lists.
fiddlosopher
1
-1
/
+3
2007-05-10
Improved prettyprinting of definition lists.
fiddlosopher
1
-3
/
+3
2007-05-09
Added support for definition lists in Docbook writer.
fiddlosopher
1
-2
/
+20
2007-05-09
+ Use new alignment parameter in title/author/date,
fiddlosopher
1
-8
/
+8
2007-05-03
Changes to RTF writer:
fiddlosopher
1
-46
/
+91
2007-05-03
Added support for definition lists to RST writer.
fiddlosopher
1
-0
/
+10
2007-05-03
Added support for definition lists to markdown
fiddlosopher
1
-0
/
+14
2007-05-03
Add -asxhtml flag to tidy in html2markdown. This will
fiddlosopher
1
-2
/
+2
2007-05-03
Changed definition list syntax in markdown reader and simplified
fiddlosopher
1
-10
/
+9
2007-04-22
Resolved issue #10: instead of adding "\n\n" to the
fiddlosopher
3
-3
/
+3
2007-04-22
Fixed bug in anyLine parser. Previously anyLine would parse an
fiddlosopher
1
-1
/
+2
2007-04-21
Support for definition lists in LaTeX writer.
fiddlosopher
1
-1
/
+6
2007-04-15
Fixed export declarations; removed unneeded import of
fiddlosopher
1
-3
/
+0
2007-04-15
Moved escape and nullBlock parsers from ParserCombinators/Pandoc
fiddlosopher
2
-19
/
+18
2007-04-13
Added Table to prettyBlock in Shared.hs.
fiddlosopher
1
-0
/
+7
2007-04-11
Added Text.Pandoc module that exports basic readers, writers,
fiddlosopher
1
-0
/
+79
2007-04-10
Extensive changes stemming from a rethinking of the Pandoc data
fiddlosopher
15
-1108
/
+1016
2007-04-08
Fixed bug in email obfuscation (issue #15). If the text to be obfuscated
fiddlosopher
1
-1
/
+2
2007-03-17
Removed Blank block element as unnecessary.
fiddlosopher
11
-19
/
+4
2007-03-17
Consolidated 'text', 'special', and 'inline' into 'inline'.
fiddlosopher
1
-8
/
+23
2007-03-16
Added trys to two list start routines. Reason:
fiddlosopher
1
-4
/
+4
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-11
Changes to Markdown reader relating to definition lists:
fiddlosopher
1
-5
/
+11
2007-03-11
Added support for DefinitionList blocks to HTML writer.
fiddlosopher
1
-5
/
+11
2007-03-11
Fixed bug in HTML email obfuscation using --strict mode.
fiddlosopher
1
-1
/
+3
[next]