mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 12:34:22 +00:00
typo fix
Signed-off-by: nkh0472 <67589323+nkh0472@users.noreply.github.com>
This commit is contained in:
parent
94d66a0765
commit
55ba5790d3
@ -409,7 +409,7 @@ class MarkdownDocumentBackend(DeclarativeDocumentBackend):
|
|||||||
)
|
)
|
||||||
return _txt
|
return _txt
|
||||||
|
|
||||||
# restore original HTML by removing previouly added markers
|
# restore original HTML by removing previously added markers
|
||||||
for regex in [
|
for regex in [
|
||||||
rf"<pre>\s*<code>\s*{_START_MARKER}",
|
rf"<pre>\s*<code>\s*{_START_MARKER}",
|
||||||
rf"{_STOP_MARKER}\s*</code>\s*</pre>",
|
rf"{_STOP_MARKER}\s*</code>\s*</pre>",
|
||||||
|
Loading…
Reference in New Issue
Block a user