Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |