-
Discovered while testing the HyperLink parser. The parser will incorrectly parse the following:
```
/[[https://orgmode.org/manual/Link-format.html][The Org Manual: Link format]]/
```
... as:
…
-
It would be nice to be able to use HTML files as the corpus. Here is code for converting HTML markup to plain text, which possibly could be transformed into a HTML parser in Sparv:
```
from bs4 impo…
-
```
What steps will reproduce the problem?
1. Create policy that allows percentages for CSS RGB values
2. Parse HTML/CSS input that contains percentages in RGB values, example
rgb(30.5%, 3.2%, 50.…
-
```
What steps will reproduce the problem?
1. Create policy that allows percentages for CSS RGB values
2. Parse HTML/CSS input that contains percentages in RGB values, example
rgb(30.5%, 3.2%, 50.…
-
```
What steps will reproduce the problem?
1. Create policy that allows percentages for CSS RGB values
2. Parse HTML/CSS input that contains percentages in RGB values, example
rgb(30.5%, 3.2%, 50.…
-
```
What steps will reproduce the problem?
1. Create policy that allows percentages for CSS RGB values
2. Parse HTML/CSS input that contains percentages in RGB values, example
rgb(30.5%, 3.2%, 50.…
-
**DynamicPageList3 version**: 3.5.1
**MediaWiki version**: 1.40.0
**PHP version**: 8.1.23 (apache2handler)
**List of steps to reproduce** (step by step, including full links if applicable):
* In…
-
## Expected Behavior
Carriage return preserved in client parser:
```js
import parse from 'html-dom-parser';
parse('\r\n'); // '\r\n'
```
## Actual Behavior
Carriage return stripped in…
-
any plan to move use-html-parser-for-login-flow back into master.
If not, If I add a config option for use-html-parser-for-login-flow, or the default, are you likely to accept such a change to ma…
-
**Prettier 3.0.1**
[Playground link](https://prettier.io/playground/#.....)
```sh
# Options (if any):
--single-quote
```
**Input:**
```jsx
// code snippet
```
**Output:**
```j…