index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-07-04
Added table support to man writer (using the tbl preprocessor).
fiddlosopher
1
-10
/
+36
2007-07-03
Changes to website:
fiddlosopher
3
-5
/
+11
2007-07-02
FreeBSD Makefile - bump version to 0.4, and require
fiddlosopher
1
-2
/
+2
2007-07-02
Documented man output in pandoc.1.md man page.
fiddlosopher
1
-5
/
+5
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-02
Don't use -S option in processing man pages,
fiddlosopher
1
-1
/
+1
2007-07-02
Minor changes in man page sources.
fiddlosopher
4
-14
/
+13
2007-07-01
Man pages are now generated from markdown templates,
fiddlosopher
9
-380
/
+381
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
2
-0
/
+4
2007-06-30
Added groff man writer.
fiddlosopher
1
-0
/
+263
2007-06-17
Makefile changes:
fiddlosopher
1
-10
/
+7
2007-06-17
Include Pandoc.cabal in repository; do not generate it from
fiddlosopher
2
-51
/
+7
2007-06-17
Changed documentation to indicate that GHC 6.6 is required.
fiddlosopher
2
-8
/
+2
2007-06-17
Minor documentation changes to ASCIIMathML.hs template.
fiddlosopher
1
-2
/
+2
2007-05-26
Adjust Debian package dependencies:
roktas
1
-1
/
+1
2007-05-11
Added RTF table writer tests.
fiddlosopher
2
-0
/
+284
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
Updated test suite with new tests for definition lists.
fiddlosopher
9
-0
/
+538
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
2
-278
/
+278
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
2
-18
/
+16
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
Updated test suite to reflect new prettyprinted native
fiddlosopher
1
-5
/
+77
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
2
-0
/
+80
2007-04-10
Extensive changes stemming from a rethinking of the Pandoc data
fiddlosopher
26
-1433
/
+1232
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
12
-20
/
+6
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
New syntax documentation for definition lists. Now we
fiddlosopher
1
-7
/
+9
2007-03-11
Fixed bug in HTML email obfuscation using --strict mode.
fiddlosopher
1
-1
/
+3
2007-03-10
Changed syntax of definition lists in Markdown parser:
fiddlosopher
1
-6
/
+7
[next]