Files
docling-core/test/data/doc/bad_doc.yaml.dt
T
Peter W. J. Staar ef49fd3f34 feat: adding HTML export to DoclingDocument, adding export of images in png with links to Markdown & HTML (#69)
Signed-off-by: Peter Staar <taa@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
Co-authored-by: Christoph Auer <cau@zurich.ibm.com>
Co-authored-by: Michele Dolfi <dol@zurich.ibm.com>
2024-11-27 05:27:23 +01:00

21 lines
424 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style>
table {
border-collapse: separate;
/* Maintain separate borders */
border-spacing: 5px; /*
Space between cells */
width: 50%;
}
th, td {
border: 1px solid black;
/* Add lines etween cells */
padding: 8px; }
</style>
</head>
<h1>This is the title</h1>
<h2>This is the first section</h2>
</html>