-
### Vue version
3.3.8
### Link to minimal reproduction
https://play.vuejs.org/#eNp9UsFOwzAM/RUvl4K0rkK7bd0kQJOAAyCYxCWX0XlbRppESTqGqv47Tkq7HYBb/N6z/WynZtfGjA4VsgnLXWGF8eDQV2bOlSiNth5qsLiBBjZWl5CQNO…
-
I expect `removeUnfound` to also remove classes from the styles. This allows reduction of utility stylesheets to their minimal.
Example:
```
#some-id {
text-transform: uppe…
-
-
jlema updated
3 years ago
-
**Describe the bug**
The BIS title is not contained in an `` tag (e.g. there is a more general “Conclusion” `` tag or just bad xml tagging) and therefore it is not scraped
**To Reproduce**
Papers…
-
I selected text and selected H1 option from Richtext toolbar. and then i tried to unselect H1.but nothing happens. Same behaviour is happening for H2, H3 also.Can someone please help me!
-
```
What would you like dompdf to do:
I like DOMPDF make pdf with bookmark in pdf file which have many pages in pdf.
Do you have an example:
1.heading1
2.heading2
3.heading3
....
on pdf file.
```
…
-
```
What would you like dompdf to do:
I like DOMPDF make pdf with bookmark in pdf file which have many pages in pdf.
Do you have an example:
1.heading1
2.heading2
3.heading3
....
on pdf file.
```
…
-
Describe a bug.
Steps to reproduce:
```
const editor = new EditorJS({
holder: "editor",
onReady: () => {
editor.blocks.renderFromHTML("Hello there xD")
},
autofocus: …
-
Suppose i want to simply convert a small part of HTML into a DomDocument(Part):
```html
Hello
World
```
I want something simple like: `Html5::ParsePartialHtml(data) -> DomDocumentPart`
…