Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-06 | Org reader: support macros | Albert Krewinkel | 1 | -0/+18 | |
Closes: #3401 | |||||
2017-04-23 | Org reader: allow multi-word arguments to src block params | Albert Krewinkel | 1 | -0/+9 | |
The reader now correctly parses src block parameter list even if parameter arguments contain multiple words. Closes: #3477 | |||||
2017-04-23 | Org reader: stop adding rundoc prefix to src params | Albert Krewinkel | 1 | -33/+26 | |
Source block parameter names are no longer prefixed with *rundoc*. This was intended to simplify working with the rundoc project, a babel runner. However, the rundoc project is unmaintained, and adding those markers is not the reader's job anyway. The original language that is specified for a source element is now retained as the `data-org-language` attribute and only added if it differs from the translated language. | |||||
2017-04-23 | Org reader: handle line numbering switch for src blocks | Albert Krewinkel | 1 | -0/+9 | |
The line-numbering switch that can be given to source blocks (`-n` with an start number as an optional parameter) is parsed and translated to a class/key-value combination used by highlighting and other readers and writers. | |||||
2017-04-16 | Org reader: allow emphasized text to be followed by `[` | Albert Krewinkel | 1 | -0/+10 | |
Closes: #3577 | |||||
2017-04-16 | Org reader: convert markup at beginning of footnotes | Albert Krewinkel | 1 | -0/+10 | |
Closes: #3576 | |||||
2017-03-14 | Got rid of distracting warning in test output. | John MacFarlane | 1 | -2/+2 | |
2017-03-14 | Use tasty for tests rather than test-framework. | John MacFarlane | 9 | -47/+47 | |
2017-03-07 | Small change to unbalanced bracket test to speed up test suite. | John MacFarlane | 1 | -1/+1 | |
2017-03-04 | Stylish-haskell automatic formatting changes. | John MacFarlane | 9 | -38/+32 | |
2017-02-11 | Use new warnings throughout the code base. | John MacFarlane | 1 | -1/+1 | |
2017-02-04 | Moved tests/ -> test/. | John MacFarlane | 9 | -0/+3602 | |