mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
include a blank line before a new line-block so it stands as its own paragraph
This commit is contained in:
parent
991d0e32b3
commit
f50ce38f9c
@ -1238,7 +1238,7 @@ class LaTeXTranslator(nodes.NodeVisitor):
|
|||||||
* inline markup is supported.
|
* inline markup is supported.
|
||||||
* serif typeface
|
* serif typeface
|
||||||
"""
|
"""
|
||||||
self.body.append('{\\raggedright{}')
|
self.body.append('\n{\\raggedright{}')
|
||||||
self.literal_whitespace += 1
|
self.literal_whitespace += 1
|
||||||
def depart_line_block(self, node):
|
def depart_line_block(self, node):
|
||||||
self.literal_whitespace -= 1
|
self.literal_whitespace -= 1
|
||||||
|
Loading…
Reference in New Issue
Block a user