Age | Commit message (Expand) | Author | Files | Lines |
2019-09-22 | Make `plain` output plainer. | John MacFarlane | 1 | -1/+1 |
2019-09-19 | Remove admonition-title remnants. | John MacFarlane | 1 | -1/+1 |
2019-09-10 | Add --shift-heading-level-by option. | John MacFarlane | 1 | -0/+33 |
2019-09-09 | LaTeX reader: Fix parsing of optional arguments that contain braced text. | John MacFarlane | 1 | -0/+9 |
2019-09-08 | Org reader: modify handling of example blocks. (#5717) | Brian Leung | 1 | -0/+60 |
2019-09-08 | Replace Element and makeHierarchical with makeSections. | John MacFarlane | 4 | -12/+2 |
2019-09-08 | Revert changes to hierarchicalizeWithIds. | John MacFarlane | 1 | -56/+0 |
2019-09-06 | hierarchicalize: ensure that sections get ids... | John MacFarlane | 1 | -5/+5 |
2019-09-06 | Improve detection of headings in Divs by hierarchicalize. | John MacFarlane | 1 | -5/+7 |
2019-09-05 | Shared.hierarchicalize: improve handling of div and section structure. | John MacFarlane | 1 | -0/+54 |
2019-09-04 | Roff readers: better parsing of groups. | John MacFarlane | 1 | -0/+7 |
2019-09-03 | XML: change toEntities to emit numerical hex character references. | John MacFarlane | 1 | -3/+3 |
2019-09-02 | LaTeX reader: don't try to parse includes if raw_tex is set. | John MacFarlane | 1 | -5/+2 |
2019-09-02 | HTML writer: use numeric character references with `--ascii`. | John MacFarlane | 1 | -1/+1 |
2019-09-02 | LaTeX reader: properly handle optional arguments for macros. | John MacFarlane | 1 | -0/+8 |
2019-08-27 | LaTeX reader: fix `\\` in `\parbox` inside a table cell. | John MacFarlane | 1 | -0/+13 |
2019-08-27 | Markdown reader: Headers: don't parse content over newline boundary. | John MacFarlane | 1 | -0/+13 |
2019-08-26 | Add test for issue #5708. | John MacFarlane | 1 | -0/+12 |
2019-08-25 | Use new doctemplates, doclayout. | John MacFarlane | 4 | -5/+0 |
2019-08-24 | Change optMetadataFile type from Maybe to List (#5702) | Owen McGrath | 3 | -0/+9 |
2019-08-23 | Add test for #5690. | John MacFarlane | 1 | -0/+16 |
2019-08-23 | Ensure proper nesting when we have long ordered list markers. | John MacFarlane | 1 | -0/+11 |
2019-08-14 | LaTeX reader: improve withRaw so it can handle cases where... | John MacFarlane | 1 | -0/+9 |
2019-08-14 | Rename test for 5685 -> 5684 (typo in last commit). | John MacFarlane | 1 | -0/+0 |
2019-08-14 | Add thin space when needed in LaTeX quote ligatures. | John MacFarlane | 1 | -0/+6 |
2019-07-24 | HTML writer: ensure TeX formulas are rendered correctly (#5658) | Philip Pesca | 1 | -1/+1 |
2019-07-23 | HTML writer: render inline formulas correctly with --webtex (#5656) | Philip Pesca | 1 | -0/+14 |
2019-07-22 | Fix error introduced in change to test for 4669. | John MacFarlane | 1 | -1/+1 |
2019-07-22 | LaTeX reader: support tex `\tt` command. | John MacFarlane | 2 | -1/+7 |
2019-07-20 | LaTeX writer: fix line breaks at start of paragraph. | John MacFarlane | 1 | -0/+18 |
2019-07-20 | LaTeX reader: search for image with list of extensions... | John MacFarlane | 1 | -0/+6 |
2019-07-19 | Markdown: Ensure that expanded latex macros end with space if original did. | John MacFarlane | 1 | -0/+9 |
2019-07-18 | Markdown writer: prefer using raw_attribute when enabled. | John MacFarlane | 3 | -8/+8 |
2019-07-18 | HTML writer: ensure that line numbers in code blocks get id-prefix. | John MacFarlane | 1 | -0/+22 |
2019-07-16 | Dokuwiki writer: handle mixed lists without HTML fallback. | John MacFarlane | 1 | -0/+25 |
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 |