Age | Commit message (Expand) | Author | Files | Lines |
2020-04-12 | RST reader: handle "date::" directive. | John MacFarlane | 1 | -1/+10 |
2020-04-11 | LaTeX writer: ensure that `-M csquotes` works even in fragment mode. | John MacFarlane | 1 | -10/+11 |
2020-04-11 | HTML reader: support <bdo> (#6271) | Tristan de Cacqueray | 1 | -0/+13 |
2020-04-09 | Jira reader: improve icon conversion | Albert Krewinkel | 1 | -12/+12 |
2020-04-07 | LaTeX reader: better handling of `\lettrine`. | John MacFarlane | 1 | -1/+8 |
2020-04-06 | Vimwiki reader: Add nested syntax highlighting (#6257) | Vlad Hanciuta | 1 | -1/+5 |
2020-04-04 | Jira: support citations, attachment links, and user links | Albert Krewinkel | 2 | -4/+40 |
2020-04-02 | HTML reader: fix parsing unclosed th elements in a table. | John MacFarlane | 1 | -0/+1 |
2020-04-01 | Docbook writer: Add personname element to docbook author. | John MacFarlane | 1 | -1/+2 |
2020-03-31 | Markdown writer: ensure consistent padding for pipe tables. | John MacFarlane | 1 | -2/+2 |
2020-03-31 | Jira reader: use span with class `underline` for inserted text | Albert Krewinkel | 1 | -1/+1 |
2020-03-31 | Jira writer: convert spans with class `underline` to inserted text | Albert Krewinkel | 1 | -1/+9 |
2020-03-30 | Jira writer: add image attributes | Albert Krewinkel | 1 | -1/+13 |
2020-03-30 | Jira reader: retain image attributes | Albert Krewinkel | 1 | -1/+13 |
2020-03-30 | Jira reader: read `(?)` icon as "small questionmark" character | Albert Krewinkel | 1 | -1/+1 |
2020-03-30 | Fix #6228 (#6230) | Joseph C. Sible | 2 | -7/+8 |
2020-03-29 | Clean up and simplify Text.Pandoc.Readers.Docx (#6225) | Joseph C. Sible | 1 | -61/+43 |
2020-03-29 | Clean up and simplify Text.Pandoc.Writers.Docx (#6229) | Joseph C. Sible | 1 | -56/+48 |
2020-03-29 | Clean up some fmaps (#6226) | Joseph C. Sible | 7 | -22/+22 |
2020-03-29 | Split the RNG so they don't end up equal again after 1 call to next (#6227) | Joseph C. Sible | 1 | -5/+5 |
2020-03-29 | Docx reader: better error messages. | John MacFarlane | 1 | -8/+12 |
2020-03-28 | More cleanup (#6209) | Joseph C. Sible | 1 | -4/+3 |
2020-03-28 | Simplify fixAuthors (#6223) | Joseph C. Sible | 1 | -6/+1 |
2020-03-22 | Finer grained imports of Text.Pandoc.Class submodules (#6203) | Albert Krewinkel | 89 | -111/+120 |
2020-03-22 | Text.Pandoc.Class: extract submodules PandocIO, PandocPure | Albert Krewinkel | 3 | -393/+446 |
2020-03-21 | Class: fix missing import when data files are not embedded | Albert Krewinkel | 1 | -0/+3 |
2020-03-19 | Add to html5 attributes. | John MacFarlane | 1 | -0/+7 |
2020-03-15 | Use implicit Prelude (#6187) | Albert Krewinkel | 158 | -310/+2 |
2020-03-15 | PandocMonad: remove outdated check for base version | Albert Krewinkel | 1 | -6/+1 |
2020-03-14 | Subdivide Text.Pandoc.Class into small modules (#6106) | Albert Krewinkel | 3 | -695/+823 |
2020-03-13 | Update copyright year (#6186) | Albert Krewinkel | 135 | -148/+149 |
2020-03-13 | Lua marshalling: Remove unused language extensions | Albert Krewinkel | 4 | -8/+3 |
2020-03-13 | Jira reader: support colored inline text, indented lists | Albert Krewinkel | 1 | -0/+2 |
2020-03-07 | Ms writer: fix definition lists so indent even when... | John MacFarlane | 1 | -3/+4 |
2020-03-06 | Ms writer: use .QS/.QE instead of .RS/.RE for block quotes. | John MacFarlane | 1 | -1/+1 |
2020-03-05 | Fix parsing of `\'` in man/ms readers. | John MacFarlane | 1 | -1/+1 |
2020-03-05 | Fix parsing of `\.` in man/ms readers. | John MacFarlane | 1 | -1/+1 |
2020-03-04 | EPUB writer: fix regression on detection of front/back/bodymatter. | John MacFarlane | 1 | -1/+2 |
2020-03-02 | PDF via wkhtmltopdf: put user-specified options last. | John MacFarlane | 1 | -2/+2 |
2020-02-21 | Fix table alignment when heading begins with t. | John MacFarlane | 1 | -1/+1 |
2020-02-19 | Text.Pandoc.App: set resource path at the beginning... | John MacFarlane | 1 | -1/+2 |
2020-02-17 | Revert "Allow specifying string value in metadata using `!!literal` tag." | John MacFarlane | 1 | -6/+4 |
2020-02-17 | Allow specifying string value in metadata using `!!literal` tag. | John MacFarlane | 1 | -4/+6 |
2020-02-17 | Remove redundant `otherwise` guard in inlineToAsciiDoc (#6146) | Ryan Scott | 1 | -1/+0 |
2020-02-14 | Fixes: group biblatex citations even with prefix and suffix (#6058) | Ethan Riley | 1 | -25/+42 |
2020-02-13 | A bit more cleanup (#6141) | Joseph C. Sible | 5 | -34/+32 |
2020-02-13 | Add highlight directive to the rST reader (#6140) | Lucas Escot | 2 | -4/+13 |
2020-02-12 | Add Text.Pandoc.Image with unexported svgToPng. | John MacFarlane | 1 | -0/+40 |
2020-02-12 | Introduce new format variants for JATS (#6067) | Albert Krewinkel | 3 | -42/+107 |
2020-02-12 | LaTeX reader: improve caption and label parsing. | John MacFarlane | 2 | -23/+36 |