Skip to content

Commit 807e7eb

Browse files
authored
Temporarily fix images not working (#173)
1 parent 82478a6 commit 807e7eb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

StartSch/TextContent.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ private static HtmlSanitizer CreateTextOnlyHtmlSanitizer()
147147
/// </remarks>
148148
private static bool HasContent(INode node)
149149
{
150+
return true;
151+
150152
if (node is IText text && !string.IsNullOrWhiteSpace(text.Data))
151153
return true;
152154

0 commit comments

Comments
 (0)