Age | Commit message (Expand) | Author | Files | Lines |
2019-07-13 | Fix #4499: add mbox and hbox handling to LaTeX reader (#5586) | Vasily Alferov | 1 | -0/+87 |
2019-07-13 | Man writer: Improved definition list term output. | John MacFarlane | 1 | -1/+1 |
2019-07-13 | Man writer: fixed boldfacing of definition terms. | John MacFarlane | 1 | -0/+9 |
2019-07-13 | LaTeX reader: Properly handle \providecommand and environment... | John MacFarlane | 1 | -0/+23 |
2019-07-13 | fix filename and issue reference of previous commit | mb21 | 1 | -0/+0 |
2019-07-12 | Pass through aria- attributes to HTML5. | John MacFarlane | 1 | -0/+8 |
2019-07-10 | RST reader: keep `name` property in `imgAttr`. (#5637) | Brian Leung | 1 | -0/+10 |
2019-07-06 | Markdown reader: handle inline code more eagerly within lists. (#5628) | Brian Leung | 1 | -0/+83 |
2019-06-21 | Support epigraph command in LaTeX Reader. | oquechy | 1 | -0/+31 |
2019-06-11 | LaTeX writer: Don't highlight code in headings. | John MacFarlane | 1 | -0/+8 |
2019-06-10 | LaTeX writer: Use mbox to get proper behavior inside `\sout`. | John MacFarlane | 1 | -0/+10 |
2019-06-10 | Asciidoc writer: use doubled ## when necessary for spans. | John MacFarlane | 1 | -0/+6 |
2019-06-10 | Asciidoc writer: ensure correct nesting strong/emph. | John MacFarlane | 1 | -0/+6 |
2019-06-08 | LaTeX reader: pass through unknown listings language as class. | John MacFarlane | 1 | -0/+8 |
2019-06-07 | LaTeX writer: Include inline code attributes with `--listings`. | John MacFarlane | 1 | -0/+6 |
2019-06-04 | Include trailing {}s in raw latex commands. | John MacFarlane | 1 | -0/+6 |
2019-06-04 | Markdown reader: don't create implicit reference for empty header. | John MacFarlane | 1 | -0/+9 |
2019-06-03 | Avoid unwanted interpretation of def list term as other kind of block, | John MacFarlane | 1 | -0/+8 |
2019-05-29 | HTML writer: output video and audio elements | mb21 | 6 | -5/+24 |
2019-05-28 | Remove command test for #5517. | John MacFarlane | 1 | -32/+0 |
2019-05-28 | HTML writer: emit empty alt tag in figures (#5518) | Mauro Bieg | 3 | -5/+5 |
2019-05-28 | Add test for relative file: URI to #5517. | John MacFarlane | 1 | -0/+6 |
2019-05-28 | Fix handling of `file:` URL scheme in `downloadOrRead` (#5522) | Mauro Bieg | 1 | -0/+26 |
2019-05-25 | HTML reader: trim definition list terms | Alexander Krotov | 1 | -0/+17 |
2019-05-22 | Markdown writer: Ensure the code fence is long enough. | John MacFarlane | 1 | -0/+14 |
2019-05-21 | Markdown writer: Handle labels with integer names | Jesse Rosenthal | 1 | -0/+18 |
2019-05-12 | Org writer: always indent src blocks content by 2 spaces | Albert Krewinkel | 1 | -6/+6 |
2019-05-01 | Fix footnote in image caption. | John MacFarlane | 1 | -0/+12 |
2019-04-30 | HTML: prevent gratuitious emojification on iOS. | John MacFarlane | 1 | -1/+1 |
2019-04-15 | RST writer: treat Span as transparent. | John MacFarlane | 1 | -0/+6 |
2019-04-02 | Update command test #5416 to make it windows friendly | John MacFarlane | 1 | -2/+4 |
2019-04-01 | Dokuwiki Reader fix: parse single curly brace (#5417) | Mauro Bieg | 1 | -0/+11 |
2019-03-29 | LaTeX writer: Avoid inadvertently creating ?` or !` ligatures. | John MacFarlane | 1 | -0/+14 |
2019-03-28 | Markdown reader: fenced div takes priority over setext header. | John MacFarlane | 1 | -0/+9 |
2019-03-22 | LaTeX writer: Fix footnotes in table caption and cells. | John MacFarlane | 1 | -0/+44 |
2019-03-18 | Improved fix to #5340 and added test. | John MacFarlane | 1 | -0/+14 |
2019-03-17 | Properly escape attributes in Markdown writer. | John MacFarlane | 1 | -0/+7 |
2019-03-17 | Add test case for #5368. | John MacFarlane | 1 | -0/+23 |
2019-03-02 | Use XDG data directory for user data directory. | John MacFarlane | 1 | -1/+1 |
2019-02-25 | Shared.compactify: Avoid mixed lists. | John MacFarlane | 1 | -0/+17 |
2019-02-23 | JATS reader: fix parsing of figures. | John MacFarlane | 1 | -0/+24 |
2019-02-15 | Markdown reader: fix bug parsing fenced code blocks. | John MacFarlane | 1 | -0/+24 |
2019-02-08 | Improve tight/loose list handling. | John MacFarlane | 1 | -0/+15 |
2019-02-04 | Markdown reader: add newline when parsing blocks in YAML. | John MacFarlane | 1 | -0/+12 |
2019-02-02 | Update test for last commit. | John MacFarlane | 1 | -3/+3 |
2019-02-01 | LaTeX writer: avoid `{}` after control sequences when escaping. | John MacFarlane | 2 | -4/+3 |
2019-01-31 | LaTeX reader: don't let `\egroup` match `{`. | John MacFarlane | 1 | -0/+12 |
2019-01-22 | LaTeX reader: support `\endinput`. Closes #5233. | John MacFarlane | 1 | -0/+9 |
2019-01-21 | HTML and markdown: treat textarea as a verbatim environment. | John MacFarlane | 1 | -0/+12 |
2019-01-09 | RST reader: change treatment of `number-lines` directives. (#5207) | Brian Leung | 2 | -0/+11 |