mirror of
https://github.com/docling-project/docling.git
synced 2026-05-17 13:10:38 +00:00
* fix(md): handle pipe symbols that are not table markers Signed-off-by: Cesar Berrospi Ramis <ceb@zurich.ibm.com> * chore: update uv.lock with latest docling-core 2.60.2 Update uv.lock file with the latest release of docling-core (2.60.2). Update (fix) ground truth files for testing markdown serialization to be in sync with the serialization fix (issue 2880). Signed-off-by: Cesar Berrospi Ramis <ceb@zurich.ibm.com> --------- Signed-off-by: Cesar Berrospi Ramis <ceb@zurich.ibm.com>
867 B
Vendored
867 B
Vendored
Headers:
& < > " '
Text: 00:16.000 ----> 00:18.000 & < > " '
Lists
- & < > " '
- & < > " '
Inline code
& < > " '
Code block
& < > " '
Table
| Key | Example |
|---|---|
| Ampersand | & |
| Less-than | < |
| Greater-than | > |
| Quotes | " |
| Apostrophes | ' |
| Pipe | | | | |
The pipe symbol (| or |) only needs to be escaped in tables.
Raw HTML
& < > " '/div>