-
Hi team,
Jsoup v1.16.1
```
HelloWorld
```
after calling wholeText()
expected:
Hello
World
but actual:
HelloWorld
does not wrap with new line
thanks
-
**Problem**
I am creating a `FeedbackElement` that can wrap any element. So it could appear at the root of the editor (ie. one of the editors children) or as a child of some block node: like a para…
-
### What problem does this address?
Currently, when creating and editing content with the Gutenberg editor in WordPress, there is a lack of visual cues indicating the boundaries and structure of text…
-
**Description**
Right now, to rename blocks, the user needs to right-click the block and then click on rename. It would be nice to keep that, but also trigger the rename modal when double-clicking on…
-
### What problem are you trying to solve?
Web components often need to slot native elements, for example:
- A `` component slotting `` elements
- An `` or `` component slotting ``
- Carousels, tab…
-
## Problem/Motivation
Some content editors have been relying on a bug in `field-group-html-element.html.twig` to add space between elements. Currently, blocks embedded in content are output using t…
-
### Expected behavior
After configuring the column from the elements contained in the block, there should be provided thair representation.
"Grid option" menu allows easy configure such columns.
…
-
The KSES filters prevent applying some block variation styles via the Global Styles sidebar in the site editor.
These filters are only registered when a user doesn't have the unfiltered_html capabili…
-
Remember that ``, ``, and `` itself are **block level** elements which respecting top and bottom margins/paddings while `` is not, it's an **inline** element.
```
Home
```
This is why …
-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
14.3
### Bug summary
When selecting text inside a block-list element, text is not selected, but instead …