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-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
2009-07-03
Export languagesByExtension in Text.Pandoc.Highlighting.
fiddlosopher
1
-2
/
+5
2009-06-28
RST reader: Allow # to continue list...
fiddlosopher
1
-2
/
+3
2009-06-25
Allow continuation lines in line blocks.
fiddlosopher
1
-4
/
+5
2009-06-06
Man writer: break lines at end of each sentence.
fiddlosopher
1
-3
/
+36
2009-06-03
Improved LaTeX reader's coverage of math modes.
fiddlosopher
1
-3
/
+7
2009-05-04
RST reader: Allow explicit links with spaces in URL: `link <to this>`_
fiddlosopher
1
-1
/
+1
2009-05-03
Export HTMLMathMethod in Text.Pandoc.
fiddlosopher
1
-0
/
+1
2009-05-01
Markdown reader: change ' ' to '\160' in abbreviations.
fiddlosopher
1
-1
/
+2
2009-04-30
Markdown reader: improved efficiency of abbreviation parsing.
fiddlosopher
1
-29
/
+26
2009-04-29
Improved efficiency of hexNum parser.
fiddlosopher
1
-1
/
+1
2009-04-29
Made htmlComment parser more efficient.
fiddlosopher
1
-1
/
+3
2009-04-29
Improved efficiency of whitespace parser.
fiddlosopher
1
-13
/
+8
2009-04-29
Use more efficient skipNonindentSpaces instead of nonidentSpaces where possible.
fiddlosopher
1
-7
/
+16
2009-04-29
Took out unneeded 'try' in indentSpaces parser.
fiddlosopher
1
-2
/
+2
2009-04-25
HTML writer: wrap sections in divs. Resolves Issue #70.
fiddlosopher
5
-123
/
+114
2009-04-18
Use Paths_pandoc to get version number.
fiddlosopher
1
-1
/
+3
2009-02-28
Minor changes in Text.Pandoc.Biblio.
fiddlosopher
1
-3
/
+3
2009-02-24
Removed plugin support.
fiddlosopher
1
-69
/
+0
2009-02-14
Version bump to 1.2.
fiddlosopher
1
-1
/
+1
2009-02-07
Fixed bug with header spacing in Markdown and RST writers.
fiddlosopher
2
-5
/
+11
2009-01-31
Gobble space after Plain blocks containing only raw html inline.
fiddlosopher
1
-1
/
+1
2009-01-31
Moved tabFilter to Shared.
fiddlosopher
1
-0
/
+21
2009-01-24
Moved all haskell source to src subdirectory.
fiddlosopher
30
-0
/
+10226
2007-11-29
Moved everything from src into the top-level directory.
fiddlosopher
18
-6932
/
+0
2007-11-23
Reverted changes in r1086 (implicit section header references).
fiddlosopher
3
-146
/
+123
2007-11-22
Improved and simplified setextHeader parser in markdown reader.
fiddlosopher
1
-8
/
+8
2007-11-22
Improved efficiency of romanNumeral parser (in Text.Pandoc.Shared)
fiddlosopher
1
-8
/
+11
2007-11-22
+ Changed \useurl to \useURL in ConTeXt output.
fiddlosopher
1
-1
/
+1
2007-11-22
Implemented implicit reference-style links to section headers in markdown.
fiddlosopher
3
-124
/
+147
2007-11-18
Fixed some haddock documentation bugs in Shared.hs.
fiddlosopher
1
-4
/
+4
2007-11-18
More improvements to ConTeXt writer:
fiddlosopher
1
-79
/
+100
2007-11-17
ConTeXt writer:
fiddlosopher
1
-2
/
+4
2007-11-17
Modified ConTeXt writer to use \subsubsubsubsection etc.,
fiddlosopher
1
-4
/
+2
[next]