Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-27 | Man reader: allow block-level content in table cells. | John MacFarlane | 1 | -0/+17 | |
Closes #5028. | |||||
2018-10-25 | Man reader: support tables. | John MacFarlane | 1 | -0/+151 | |
Closes #4982. | |||||
2018-10-22 | Man reader: Handle optional argument in ME, UE macros. | John MacFarlane | 1 | -3/+3 | |
Closes #4995. | |||||
2018-10-21 | Man reader: support .ds, .ds1; also fix macro arguments. | John MacFarlane | 1 | -1/+3 | |
Closes #4997. | |||||
2018-10-21 | Man reader: move macro resolution to lexer phase. | John MacFarlane | 1 | -0/+12 | |
We also introduce a new type ManTokens (a sequence of tokens) and remove MComment. This allows lexers to return empty strings of tokens, or multiple tokens (as when macros are resolved). One test still fails. This needs to be fixed by moving handling of .BI, .I, etc. to the parsing phase. | |||||
2018-10-20 | Man reader: support UR/UE, MT/ME for links. | John MacFarlane | 1 | -0/+10 | |
Closes #4989. | |||||
2018-10-20 | Man reader: block quotes (using RS..RE). | John MacFarlane | 1 | -1/+2 | |
2018-10-20 | Man reader: parse TP as definition lists. | John MacFarlane | 1 | -0/+11 | |
Closes #4981. | |||||
2018-10-18 | Update man reader tests. | John MacFarlane | 1 | -6/+4 | |
2018-10-17 | added old-style test | Yan Pas | 1 | -0/+189 | |