How can I make a non-breaking space in reStructuredText?
问题 How can I make a non-breaking space in reStructuredText? An obvious but problematic solution is: `word A` But it might be treated differently by different implementations, such as rst2latex or rst2pdf. Plus it is rendered in italics. 回答1: I don't see the problem here, running docutils v0.9. At least rst2latex and rst2html are behaving properly regarding non-breaking whitespace. Latex generates ~ and html generates when you input a non-breaking character (\xa0, \0240). Maybe you have an