Fix for list widget with an empty paragraph as inline template (#7903)

Fixes #7902
This commit is contained in:
Jeremy Ruston
2023-12-21 10:35:40 +00:00
committed by GitHub
parent d2d00ffa4d
commit e2d4388c48
2 changed files with 18 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
title: ListWidget/WithEmptyParagraphTemplate
description: List widget with an empty paragraph as inline template
type: text/vnd.tiddlywiki-multiple
tags: [[$:/tags/wiki-test-spec]]
+
title: Output
<$list filter="1"><p/></$list>
+
title: ExpectedResult
<p><p></p></p>