Age | Commit message (Expand) | Author | Files | Lines |
2017-11-24 | Muse writer: improve inline normalization | Alexander Krotov | 1 | -0/+14 |
2017-11-24 | Muse: move inline list normalization to writer | Alexander Krotov | 1 | -1/+9 |
2017-11-22 | Muse writer: escape hash symbol | Alexander Krotov | 1 | -1/+1 |
2017-11-22 | Muse writer: escape "----" to avoid accidental horizontal rules | Alexander Krotov | 1 | -4/+6 |
2017-11-22 | Muse writer: escape only </code> inside code tag | Alexander Krotov | 1 | -1/+1 |
2017-11-14 | EPUB writer: Fixed path for cover image. | John MacFarlane | 1 | -1/+1 |
2017-11-14 | EPUB writer: fix paths for cover image. | John MacFarlane | 1 | -2/+2 |
2017-11-13 | Markdown writer: fix bug with doubled footnotes in grid tables. | John MacFarlane | 1 | -12/+22 |
2017-11-08 | EPUB writer: fixed modified paths for raw HTML tags | John MacFarlane | 1 | -2/+2 |
2017-11-07 | EPUB writer: fixed EPUB OCF structure. | John MacFarlane | 1 | -65/+82 |
2017-11-07 | EPUB writer: fix image paths with empty `--epub-subdirectory`. | John MacFarlane | 1 | -3/+9 |
2017-11-04 | Revert "Better indentation under headers in org mode output." | John MacFarlane | 1 | -26/+14 |
2017-11-04 | Better indentation under headers in org mode output. | John MacFarlane | 1 | -14/+26 |
2017-11-04 | Fix strikethrough in gfm writer. | John MacFarlane | 1 | -1/+1 |
2017-11-02 | Improved support for columns in HTML. | John MacFarlane | 1 | -5/+2 |
2017-11-02 | Use latest skylighting; ensure no duplicate ids on code lines. | John MacFarlane | 1 | -3/+11 |
2017-11-02 | Fixed revealjs slide column width issues. | John MacFarlane | 1 | -2/+7 |
2017-11-02 | hlint | Alexander Krotov | 1 | -1/+1 |
2017-11-01 | hlint | Alexander Krotov | 9 | -14/+14 |
2017-11-01 | FB2 writer: Add "unrecognised" genre to <title-info> | Alexander Krotov | 1 | -1/+2 |
2017-11-01 | FB2 writer: remove <annotation> from <body> | Alexander Krotov | 1 | -11/+2 |
2017-11-01 | Merge pull request #4009 from mb21/html-class-names | John MacFarlane | 1 | -3/+3 |
2017-11-01 | Merge pull request #4008 from labdsf/fb2-bullets | John MacFarlane | 1 | -8/+4 |
2017-10-31 | Properly pass through author metadata in JATS writer. | John MacFarlane | 1 | -41/+14 |
2017-10-31 | LaTeX/Beamer writer: support "blocks" inside columns and other Divs. | John MacFarlane | 1 | -0/+4 |
2017-10-31 | Markdown reader: make sure fenced div closers work in lists. | John MacFarlane | 1 | -1/+1 |
2017-10-31 | Make `fenced_divs` affect the Markdown writer. | John MacFarlane | 1 | -5/+13 |
2017-10-31 | FB2 writer: write blocks outside of <p> in definitions | Alexander Krotov | 1 | -18/+2 |
2017-10-31 | HTML Writer: consistently use dashed class-names | mb21 | 1 | -3/+3 |
2017-10-31 | FB2 writer: make bullet lists consistent with ordered lists | Alexander Krotov | 1 | -8/+4 |
2017-10-30 | EPUB writer: fixed filepaths for nonstandard epub-subdirectory values. | John MacFarlane | 1 | -16/+23 |
2017-10-30 | EPUB writer fixes: | John MacFarlane | 1 | -23/+32 |
2017-10-29 | Removed useless notes state in DokuWiki writer. | John MacFarlane | 1 | -5/+2 |
2017-10-29 | Source code reformatting. | John MacFarlane | 10 | -20/+20 |
2017-10-29 | hlint suggestions. | John MacFarlane | 26 | -542/+527 |
2017-10-29 | More hlint. | John MacFarlane | 3 | -33/+30 |
2017-10-29 | Write FB2 lists without nesting blocks inside <p> (#4004) | Alexander | 1 | -16/+32 |
2017-10-27 | Automatic reformating by stylish-haskell. | John MacFarlane | 25 | -116/+115 |
2017-10-26 | update years in copyright | Kolen Cheung | 1 | -2/+2 |
2017-10-16 | HTML writer: don't add data- prefix to unknown attributes beginning with data-. | John MacFarlane | 1 | -0/+1 |
2017-10-16 | RST writer: correctly handle inline code containing backticks. | John MacFarlane | 1 | -2/+7 |
2017-10-16 | RST writer: don't backslash-escape word-internal punctuation. | John MacFarlane | 1 | -15/+18 |
2017-10-13 | Merge pull request #3970 from d-dorazio/master | John MacFarlane | 1 | -2/+4 |
2017-10-13 | CommonMark writer: omit "fig:" prefix in image titles. | John MacFarlane | 1 | -0/+3 |
2017-10-13 | markdown writer: always write bracketed_spans' attributes | d-dorazio | 1 | -2/+4 |
2017-10-11 | ConTeXt writer: Use identifiers for chapters. | John MacFarlane | 1 | -6/+7 |
2017-10-11 | FB2 Writer: format LineBlock as poem | Alexander Krotov | 1 | -2/+6 |
2017-10-10 | docx writer - activate evenAndOddHeaders from reference doc | Agustín Martín Barbero | 1 | -0/+1 |
2017-10-09 | FB2 writer: replace concatMap with cMap | Alexander Krotov | 1 | -10/+10 |
2017-10-09 | hlint FB2 writer | Alexander Krotov | 1 | -50/+50 |