-
```
Is it possible to escape/sanitize code, similar to Rails? Example:
,
or
or probably just a double percentage?
I feel this is pretty important feature to have.
```
Original issue reported on c…
-
Doesn't seem to handle tab indentation properly. E.g. Highlighting code with tabs (`\t`) gets translated to `\\t` within the snippet. Thus, when using the snippet, it isn't creating a literal tab, but…
-
there seems to be no way of adding an escape character to a string. simply putting the \ in the string breaks it.
-
The code at https://github.com/namecoin/ncdns/blob/09a88dc989df29910e368d9e7385bdaaeb82049f/server/web.go#L93 doesn't seem to be escaping HTML. Or at least, I can't convince myself by looking at the …
-
```
Is it possible to escape/sanitize code, similar to Rails? Example:
,
or
or probably just a double percentage?
I feel this is pretty important feature to have.
```
Original issue reported on c…
-
Hi!
I wonder why these closures are escaping
https://github.com/koromiko/Tutorial/blob/master/MVVMPlayground/MVVMPlayground/Service/APIService.swift
Thanks.
-
The following script can lead to safe-eval sandbox escape (node `v12.13.0`):
```javascript
const safeEval = require('safe-eval');
const theFunction = function() {
const bad = new Error();
…
-
Escape URIs to be RFC3986-compliant.
For example, it is quite common to have single quotes at the end of Haskell record names.
-
Hey there,
I noticed a problem with using "&" in directory names. I can only guess, but I think it's not properly escaped, when sending the ajax request. So while using regular named folders everythi…
-
```
Is it possible to escape/sanitize code, similar to Rails? Example:
,
or
or probably just a double percentage?
I feel this is pretty important feature to have.
```
Original issue reported on c…