标签: restructuredtext
是否有一些技巧或解决方法允许我编写以reStructuredText中的空格开头的代码块?类似的东西:
This line is indented This line is not
天真的尝试:
:: This line is indented This line is not
obvoiusly不起作用(第二行不被解释为同一块的一部分。在视觉上我可以通过使用不间断的空格获得相同的东西,但它会影响复制粘贴。