Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-07-13 | Use raw HTML for complex block quotes. | John MacFarlane | 1 | -1/+7 | |
As far as I can see, dokuwiki markup is pretty limited in what can go in a `>` block quote: just a single line of paragraph text. (#1398) | |||||
2014-07-13 | DokuWiki writer: Use raw HTML for complex lists... | John MacFarlane | 1 | -13/+40 | |
as in the mediawiki writer. The dokuwiki markup isn't able to handle multiple block-level items within a list item, except in a few special cases (e.g. code blocks, and these must be started on the same line as the preceding paragraph). So we fall back to raw HTML for these. Perhaps there is a better solution. We can "fake" multiple paragraphs within list items using hard line breaks (`\\`), but we must keep everything on one line. (#1398) | |||||
2014-07-13 | DokuWiki writer: Normalize to collapse adjacent raw HTML blocks. | John MacFarlane | 1 | -1/+1 | |
2014-07-13 | DokuWiki writer: More tweaks to email links. (#1398) | John MacFarlane | 1 | -4/+3 | |
2014-07-13 | DokuWiki writer: Use pointy brackets for email links. | John MacFarlane | 1 | -0/+2 | |
(#1398) | |||||
2014-07-13 | Dokuwiki writer: More idiomatic code for escaping. | John MacFarlane | 1 | -2/+4 | |
2014-07-13 | DokuWiki writer: More raw HTML fixes. (#1398) | John MacFarlane | 1 | -2/+4 | |
* Use uppercase HTML tags for block-level content, lowercase for inline. * Newline before closing HTML tag. | |||||
2014-07-13 | DokuWiki writer: Fix raw inlines and blocks. | John MacFarlane | 1 | -6/+6 | |
* mediawiki > dokuwiki * ignore raw content other than html or dokuwiki. (#1398) | |||||
2014-07-13 | Markdown writer: Use span with style for SmallCaps. (#1360) | John MacFarlane | 1 | -1/+8 | |
2014-07-13 | Markdown writer: use Span instead of (hackish) SmallCaps in plainify. | John MacFarlane | 1 | -9/+10 | |
2014-07-13 | EPUB writer: Use stringify instead of custom plainify. | John MacFarlane | 1 | -16/+10 | |
As far as I can tell, it does about the same thing. | |||||
2014-07-13 | Merge branch 'claremacrae-dokuwiki'. | John MacFarlane | 1 | -2/+4 | |
Use removeFormatting from Shared instead of the custom unfancy function. | |||||
2014-07-13 | Use renderTags' for all tag rendering. | John MacFarlane | 2 | -4/+4 | |
This properly handles tags that should be self-closing. Previously `<hr/>` would appear in EPUB output as `<hr></hr>`. Closes #1420. | |||||
2014-07-12 | Removed space at ends of lines in source. | John MacFarlane | 4 | -11/+11 | |
2014-07-11 | Markdown writer: don't use braced attributes for fenced code. | John MacFarlane | 1 | -2/+2 | |
Removed `Ext_fenced_code_attributes` from `markdown_github` extensions. If this extension is not set, the first class attribute will be printed after the opening fence as a bare word. Closes #1416. | |||||
2014-07-10 | HTML writer: Deactivate "incremental" inside slide speaker notes. | John MacFarlane | 1 | -3/+5 | |
Closes #1394. | |||||
2014-07-10 | LaTeX writer: Put table captions above tables. | John MacFarlane | 1 | -3/+2 | |
The standard seems to be captions above tables. (See http://tex.stackexchange.com/questions/3243/why-should-a-table-caption-be-placed-above-the-table) | |||||
2014-07-08 | DokuWiki writer: Remove broken formatting from headings (#1398) | Clare Macrae | 1 | -1/+11 | |
2014-07-08 | Put myself as maintainer (#1398) | Clare Macrae | 1 | -1/+1 | |
2014-07-07 | Merge branch 'dokuwiki' of https://github.com/claremacrae/pandoc into ↵ | John MacFarlane | 1 | -0/+435 | |
claremacrae-dokuwiki | |||||
2014-07-07 | EPUB writer: better handle HTML media tags. | John MacFarlane | 1 | -1/+6 | |
2014-07-04 | MediaWiki writer: Minor renaming of 'st' prefixed names. | John MacFarlane | 1 | -31/+31 | |
2014-07-04 | Little restructuralization. | Matej Kollar | 1 | -9/+6 | |
2014-07-04 | Move more things to Reader. | Matej Kollar | 1 | -36/+29 | |
2014-07-04 | HLint suggestions. | Matej Kollar | 1 | -35/+34 | |
2014-07-02 | DokuWiki writer: Span no longer swallows text | Clare Macrae | 1 | -6/+2 | |
2014-07-02 | DokuWiki writer: Remove todos that I have already done. | Clare Macrae | 1 | -2/+0 | |
2014-07-02 | DokuWiki writer: Retain unknown RawBlock and RawInline text | Clare Macrae | 1 | -2/+2 | |
This added \cite and \begin latex to the testuite output. | |||||
2014-07-02 | DokuWiki output: Implement blockquotes properly | Clare Macrae | 1 | -2/+2 | |
TODO Also implement nested blockquotes. | |||||
2014-07-02 | DokuWiki writer: remove unused code | Clare Macrae | 1 | -25/+0 | |
2014-07-02 | Use Reader. | Matej Kollar | 1 | -96/+95 | |
To avoid to pass opts explicitly around (as we do not use it very much at the moment anyway) | |||||
2014-07-01 | Merge branch 'master' of git://github.com/jgm/pandoc into dokuwiki | Clare Macrae | 1 | -3/+6 | |
2014-07-01 | Remove stray <div> and </div> from DokuWiki output (#386) | Clare Macrae | 1 | -5/+2 | |
2014-07-01 | Improved HTML Blocks in DokuWiki output (#386) | Clare Macrae | 1 | -1/+1 | |
For example, this fixes the display of a broken table, and it also fixes the various HTML horizontal rules. | |||||
2014-06-30 | Disable warnings about unused parameters. | Clare Macrae | 1 | -2/+2 | |
2014-06-29 | Docx writer: insert bookmark tags inside <w:p> tag. | Jesse Rosenthal | 1 | -3/+6 | |
This makes the header anchors in pandoc-generated ooxml match those generated by word. | |||||
2014-06-29 | Updated Copyright year, for consistency with MediaWiki.hs | Clare Macrae | 1 | -2/+2 | |
2014-06-29 | Updated DokuWiki code and tests to work with latest code from jgm. | Clare Macrae | 1 | -6/+22 | |
The new code was got from inspecting changes in MediaWiki.hs This slightly changes the output of Div blocks, but I'm not convinced the original behaviour was really correct anyway. The code for handling Span does nothing for now, until I can work out the desired behaviour, and add tests for it. | |||||
2014-06-29 | Merge remote-tracking branch 'jgm/master' into dokuwiki | Clare Macrae | 24 | -733/+2763 | |
2014-06-23 | LaTeX writer: Use `\textquotesingle` for `'` in inline code. | John MacFarlane | 1 | -0/+1 | |
Otherwise we get curly quotes in the PDF output. Closes #1364. | |||||
2014-06-23 | Scale images to fit the page for DOCX | Grégory Bataille | 1 | -1/+9 | |
Images that are bigger than the page were truncated. This will now scale them if they are larger than the page. The scale is currently hardcoded with Word "letter" defaults (page size and margins) | |||||
2014-06-20 | LaTeX writer: Correctly handle figures in notes. | John MacFarlane | 1 | -5/+7 | |
Notes can't contain figures in LaTeX, so we fake it to avoid an error. Closes #1053. | |||||
2014-06-20 | LaTeX writer: Fixed strikeout + highlighted code. Closes #1294. | John MacFarlane | 1 | -1/+10 | |
Previously strikeout highlighted code caused an error. | |||||
2014-06-19 | Docx writer: Use Compact style for empty table cells. | John MacFarlane | 1 | -1/+3 | |
Otherwise we get overly tall lines when there are empty table cells and the other cells are compact. Closes #1353. | |||||
2014-06-19 | Haddock writer: Use _____ for hrule. | John MacFarlane | 1 | -2/+2 | |
Avoids interpretation as list. | |||||
2014-06-18 | Haddock writer: Only use Decimal list style. | John MacFarlane | 1 | -2/+2 | |
2014-06-18 | Small fix to haddock "tables". | John MacFarlane | 1 | -2/+2 | |
2014-06-18 | More polish on Haddock reader/writer. | John MacFarlane | 1 | -17/+6 | |
2014-06-18 | Finished first draft of Haddock writer. | John MacFarlane | 1 | -0/+357 | |
2014-06-03 | Markdown writer: Prettier pipe tables. | John MacFarlane | 1 | -8/+16 | |
Columns are now aligned. Closes #1323. |