mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
Remove trailing space
Signed-off-by: Rafael Teixeira de Lima <Rafael.td.lima@gmail.com>
This commit is contained in:
parent
331c6ab466
commit
c979eaab1a
@ -429,7 +429,7 @@ class MsWordDocumentBackend(DeclarativeDocumentBackend):
|
|||||||
doc.add_text(
|
doc.add_text(
|
||||||
label=DocItemLabel.PARAGRAPH,
|
label=DocItemLabel.PARAGRAPH,
|
||||||
parent=inline_equation,
|
parent=inline_equation,
|
||||||
text=text_tmp,
|
text=text_tmp.strip(),
|
||||||
)
|
)
|
||||||
|
|
||||||
elif p_style_id in [
|
elif p_style_id in [
|
||||||
|
Loading…
Reference in New Issue
Block a user