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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-31
Removed TH dependency from S5 module, removed DefaultTemplates.
fiddlosopher
2
-114
/
+30
2009-12-31
Removed need for TH in ODT module.
fiddlosopher
2
-16
/
+6
2009-12-31
Use Text.Pandoc.Templates instead of Text.Pandoc.DefaultTemplates.
fiddlosopher
2
-5
/
+8
2009-12-31
Added getDefaultTemplate to Templates.
fiddlosopher
1
-1
/
+27
2009-12-31
Removed unneeded writer options; use template variables instead.
fiddlosopher
12
-267
/
+269
2009-12-31
Made writerVariables active in LaTeX writer.
fiddlosopher
1
-1
/
+2
2009-12-31
Added writerTemplate and writerVariables to writerOptions.
fiddlosopher
1
-0
/
+4
2009-12-31
Renamed headers -> templates.
fiddlosopher
2
-24
/
+23
2009-12-31
Revised LaTeX writer to use templates.
fiddlosopher
1
-85
/
+34
2009-12-31
Fixed S5.
fiddlosopher
2
-2
/
+4
2009-12-31
Added templates module.
fiddlosopher
1
-0
/
+111
2009-12-22
RST reader: Allow :: before lhs code block.
fiddlosopher
1
-0
/
+1
2009-12-09
Use HTML combinators for spans in section numbers.
fiddlosopher
1
-26
/
+27
2009-12-08
Provide CSS hooks for section numbers in headers and TOC entries.
fiddlosopher
1
-2
/
+6
2009-12-08
Added optional section numbering in HTML output.
fiddlosopher
5
-15
/
+29
2009-12-07
Don't print raw HTML in man output.
fiddlosopher
1
-2
/
+2
2009-12-07
Improved syntax for markdown definition lists.
fiddlosopher
17
-75
/
+106
2009-12-07
Blank lines after lists in MediaWiki writer.
fiddlosopher
1
-6
/
+4
2009-12-05
Allow markdown tables without headers.
fiddlosopher
1
-28
/
+52
2009-12-05
Docbook writer: add ids to sections. Use link for internal links.
fiddlosopher
1
-3
/
+6
2009-12-05
Added --id-prefix option.
fiddlosopher
2
-9
/
+15
2009-12-05
Markdown reader: Compensate for width of final table column.
fiddlosopher
1
-1
/
+11
2009-12-05
Fixed handling of footnotes in titles (HTML) and headers (LaTeX).
fiddlosopher
2
-16
/
+28
2009-12-05
Added stripTags to Text.Pandoc.XML.
fiddlosopher
1
-1
/
+12
2009-12-05
Markdown reader: Treat a backslash followed by a newline as hard linebreak.
fiddlosopher
1
-4
/
+4
2009-12-05
Added "head" to list of HTML block-level tags.
fiddlosopher
1
-1
/
+1
2009-12-05
Changed --default-code-classes -> --indented-code-classes.
fiddlosopher
2
-3
/
+4
2009-12-01
Allow . and ~ in header identifiers.
fiddlosopher
1
-1
/
+1
2009-12-01
Added --default-code-classes option.
fiddlosopher
2
-3
/
+6
2009-11-29
Allow _ character in automatically generated identifiers.
fiddlosopher
1
-1
/
+1
2009-11-29
Markdown reader: treat 4 or more * or _ in a row as literal text.
fiddlosopher
1
-0
/
+7
2009-11-29
Markdown reader: Use + rather than %20 for spaces in URLs.
fiddlosopher
1
-2
/
+2
2009-11-28
Better looking simple tables. Resolves Issue #180.
fiddlosopher
10
-41
/
+71
2009-11-28
Markdown reader: parse refs and notes in the same pass.
fiddlosopher
2
-21
/
+14
2009-11-28
Added \int to characters handled as unicode in tex math.
fiddlosopher
1
-0
/
+1
2009-11-21
Fixed htmlComment parser.
fiddlosopher
1
-1
/
+1
2009-11-21
Modified html+lhs output to use 'haskell' highlighter.
fiddlosopher
2
-14
/
+17
2009-11-17
Support for "..code-block" directive in RST reader.
fiddlosopher
1
-0
/
+11
2009-11-03
Specially mark code blocks that were "literate" in the input.
fiddlosopher
7
-6
/
+10
2009-11-01
Set utf-8 encoding in texinfo headers.
fiddlosopher
1
-2
/
+4
2009-11-01
Changed heuristic in compactify.
fiddlosopher
1
-19
/
+15
2009-11-01
Properly handle commented-out list items in markdown.
fiddlosopher
2
-3
/
+4
2009-10-29
Added % as an rst underline character.
fiddlosopher
1
-1
/
+1
2009-10-12
Fix inline math parser so that \$ is allowed in math.
fiddlosopher
1
-3
/
+8
2009-10-04
Added haddock comments warning that readers assume \n line endings.
fiddlosopher
6
-5
/
+14
2009-07-21
Fixed bug in HTML comment parser.
fiddlosopher
1
-2
/
+2
2009-07-18
Changed escapes in markdown writer.
fiddlosopher
1
-1
/
+1
2009-07-11
Improved clarity of titleTransform in RST reader.
fiddlosopher
1
-8
/
+6
2009-07-03
Use language attribute to indicate source language in docbook code blocks.
fiddlosopher
1
-2
/
+14
2009-07-03
Allow -, _, :, . in markdown attribute names.
fiddlosopher
1
-1
/
+1
[next]