Message328889
The following PR fixes several common errors in reStructuredText formatting. * When the line is broken after or before a hyphen or dash, a space will be inserted after or before a hyphen or dash in the rendered text. This is not always appropriate. It is a common error when use old blurb (was blurb with the fix released?), but can be introduced also manually. * Backslash followed by a space is used as a separator after a mark up, which doesn't insert a space. But when the line was broken on this space, this is not always work. Fixed also other similar errors. | |
| Date | User | Action | Args | | 2018-10-30 09:40:33 | serhiy.storchaka | set | recipients: + serhiy.storchaka, docs@python, mdk | | 2018-10-30 09:40:33 | serhiy.storchaka | set | messageid: <1540892433.13.0.788709270274.issue35110@psf.upfronthosting.co.za> | | 2018-10-30 09:40:33 | serhiy.storchaka | link | issue35110 messages | | 2018-10-30 09:40:32 | serhiy.storchaka | create | | |