-
**Note: Make sure to check out known issues (https://akv2k8s.io/troubleshooting/known-issues/) before submitting**
**Components and versions**
Select which component(s) the bug relates to with [X]…
-
**Describe the bug**
If a `` element contains a JavaScript comment (see example below), `` characters within that comment are converted to `<` and `>` by Happy DOM. This should not happen.
E…
-
### Describe the bug
In instances where bandits run away from the PC, two absurd things happens:
1. They appear to run so fast the PC will never get the chance to catch up. Ever. Not even if the P…
-
```
This results in xml-files that looks ugly like this:
...
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
...
The only characters that has to be escaped are: , ", '
Also ' sh…
-
```
This results in xml-files that looks ugly like this:
...
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
...
The only characters that has to be escaped are: , ", '
Also ' sh…
-
```
This results in xml-files that looks ugly like this:
...
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
...
The only characters that has to be escaped are: , ", '
Also ' sh…
-
## poc
```js
// make pollution
const evaluate = require('static-eval');
const parse = require('esprima').parse;
var src = `({})['__proto__']['__defineGetter__']('toString', ({})['constructor'])…
po6ix updated
4 years ago
-
I want to write a code snippet like ``p`@ptnum` ``. Other markdown editors (like this one on GitHub) allow escaping with double backticks (i.e. ``` ``p`@ptnum` `` ```), but in Roam this renders as
![…
-
I couldn't find information about this in the documentation but is there a way to escape single quotes and double quotes in Vorpal?
I know I can enclose strings that contains quotes in single quote…
-