Closed hdodov closed 3 years ago
@bastianallgeier how do you think the solution should be? Should we create a new block type named hr/gap/separator/line
or put <hr>
inside the text block? By the way, <hr>
does not work in the text block (writer field) for some reason, it also throws it into the paragraph <p><hr></p>
. Alternatively, we can use the markdown
block. What do you think?
I think it would make sense to add a new line block. This would open new options to add custom styling for such gaps/lines.
✅
Describe the bug
I'm migrating from Kirby Editor to Blocks and there's no horizontal rule block. After the data is converted to Blocks JSON, the
hr
block is still there:...but there's no default snippet for it and it also doesn't render as a separator in the panel:
To Reproduce
Steps to reproduce the behavior:
hr
block in that fieldExpected behavior
<hr />
tag in the rendered HTMLKirby Version
3.5.3.1