mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
fix: improve markdown backend to support input documents with escaped characters Signed-off-by: Lucas Morin <lucas.morin222@gmail.com>
33 lines
756 B
Markdown
Vendored
33 lines
756 B
Markdown
Vendored
# Headers:
|
|
## & < > " '
|
|
|
|
Text:
|
|
00:16.000 ----> 00:18.000
|
|
& < > " '
|
|
|
|
# Lists
|
|
1. & < > " '
|
|
- & < > " '
|
|
|
|
# Inline code
|
|
`& < > " ' `
|
|
|
|
# Code block
|
|
```
|
|
& < > " '
|
|
```
|
|
|
|
# Table
|
|
| Key | Example |
|
|
| ------------------- | ----------------- |
|
|
| Ampersand | & |
|
|
| Less-than | < |
|
|
| Greater-than | > |
|
|
| Quotes | " |
|
|
| Apostrophes | ' |
|
|
|
|
# Raw HTML
|
|
<div title="">& < > " '/div>
|
|
|
|
## Link
|
|
[& < > " '](https://en.wikipedia.org/wiki/Albert_Einstein) |