-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Hi, when passing valid html to a function, an empty string is returned
Python 3.8.18
MacOS Sequoia 15.0
template = """
<html>
<head></head>
<body>
<table>
</tbody>
<tr>
<th>Test</th>
<td>text</td>
</tr>
</tbody>
</table>
</body>
</html>
"""
rendered_content = css_inline.inline_fragment(
template,
"""
body {
font-family: Arial, sans-serif;
}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
"""
)
Metadata
Metadata
Assignees
Labels
No labels