mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix line block rendering.
This commit is contained in:
@@ -874,7 +874,7 @@ class LaTeXTranslator(nodes.NodeVisitor):
|
||||
def visit_line(self, node):
|
||||
pass
|
||||
def depart_line(self, node):
|
||||
pass
|
||||
self.body.append('~\\\\\n')
|
||||
|
||||
def visit_block_quote(self, node):
|
||||
# If the block quote contains a single object and that object
|
||||
|
||||
Reference in New Issue
Block a user