mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-02 15:32:30 +00:00
fix word test data
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
This commit is contained in:
parent
7adea4af08
commit
f4b30fe7a7
@ -53,6 +53,20 @@
|
|||||||
table tr:nth-child(even) td{
|
table tr:nth-child(even) td{
|
||||||
background-color: LightGray;
|
background-color: LightGray;
|
||||||
}
|
}
|
||||||
|
math annotation {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.formula-not-decoded {
|
||||||
|
background: repeating-linear-gradient(
|
||||||
|
45deg, /* Angle of the stripes */
|
||||||
|
LightGray, /* First color */
|
||||||
|
LightGray 10px, /* Length of the first color */
|
||||||
|
White 10px, /* Second color */
|
||||||
|
White 20px /* Length of the second color */
|
||||||
|
);
|
||||||
|
margin: 0;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<h2>Test with tables</h2>
|
<h2>Test with tables</h2>
|
||||||
|
Loading…
Reference in New Issue
Block a user