Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-19 | RST writer: use more consistent indentation. | John MacFarlane | 1 | -2/+2 | |
Previously we used an odd mix of 3- and 4-space indentation. Now we use 3-space indentation, except for ordered lists, where indentation must depend on the width of the list marker. Closes #4563. | |||||
2017-05-19 | RST writer: add empty comments when needed... | John MacFarlane | 1 | -0/+15 | |
to avoid including a blocquote in the indented content of a preceding block. Closes #3675. |