mirror of
https://github.com/docling-project/docling-core.git
synced 2026-05-17 13:10:44 +00:00
ef49fd3f34
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>
21 lines
424 B
Plaintext
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> |