-
```
I am not 100% certain if this is the accepted behavior here, but I've noticed
that rdflib's RDFa parser is stripping HTML entities when processing XHTML, but
that similar processing without the …
-
Adding the ability to set and parse HTML/CSS would be very helpful to make organizing instructions much easier. For example I would make fields H1's, p and li tags to further structure instructions, a…
-
```
I am not 100% certain if this is the accepted behavior here, but I've noticed
that rdflib's RDFa parser is stripping HTML entities when processing XHTML, but
that similar processing without the …
-
Repro:
```dart
import 'package:html/parser.dart' as html;
void main(List args) {
var dom = html.parse('', generateSpans: true);
print(dom.querySelector('div').attributeSpans);
}
```
…
-
### Discussed in https://github.com/koka-lang/koka/discussions/599
Originally posted by **chtenb** October 24, 2024
```koka
pub effect yield
ctl yield(elem : a) : ()
pub fun fin/take(…
-
### Category
Error message improvements
### Describe the feature you'd like to request
When serde-json reports a JSON parsing error, we might see an error message like
```
× failed to parse …
-
some images are not present in the final pdf
-
Hi, thank you very much for the amazing plugin :smile:
**Is your feature request related to a problem? Please describe.**
Currently, Treesitter parsers parse HTML/JSX/TSX classes as `string_fragm…
-
It would be useful to introduce a feature that allows the user to limit the number of elements returned by a selector. For cases where a user is only interested in a subset of elements (e.g., the firs…
-
```
What steps will reproduce the problem?
(using ver. 1.2.0)
1. HTMLParse "http://worldwidescience.org/topicpages/s.html". ArticleExtractor
is just fine for demonstration purposes.
With 8GB of JVM…