Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-27 | RST reader: support anchors. | John MacFarlane | 1 | -0/+17 | |
E.g. `hello` .. _hello: paragraph This is supported by putting "paragraph" in a Div with id `hello`. Closes #262. | |||||
2017-06-27 | RST reader: Handle chained link definitions. | John MacFarlane | 1 | -0/+9 | |
For example, .. _hello: .. _goodbye: example.com Here both `hello` and `goodbye` should link to `example.com`. Fixes the first part of #262. |