mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-29 05:24:28 +00:00
- Updated unit tests - Added documentation (Example notebook) Note: MyPy fails. Seems to be a known issue with BeautifulSoup: https://github.com/python/typeshed/pull/13604 Signed-off-by: Alexander Vaagan <alexander.vaagan@gmail.com> Signed-off-by: vaaale <2428222+vaaale@users.noreply.github.com>
26 lines
613 B
Markdown
Vendored
26 lines
613 B
Markdown
Vendored
# Title
|
|
|
|
Some text
|
|
|
|
### Famous ducks
|
|
|
|
Here is a table:
|
|
|
|
| Character | Name in German | Name in French | Name in Italian |
|
|
|----------------|------------------|------------------|-------------------|
|
|
| Scrooge McDuck | Dagobert Duck | Balthazar Picsou | Paperone |
|
|
| Huey | Tick | Riri | Qui |
|
|
| Dewey | Trick | Fifi | Quo |
|
|
| Louie | Track | Loulou | Qua |
|
|
|
|
And here is more HTML:
|
|
|
|
Some paragraph.
|
|
|
|
Now a div — almost there...
|
|
|
|
- foo
|
|
- bar
|
|
|
|
The end!
|