-
```
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…
-
```
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.
-
Arch 32 和 7-Zip-ZStd 验证过程中发现,不转义不行,全转义也不行(至少不能转义 `/` 为 `%2F`,其他符号待考察)。
例如:
```
/archlinux32/irc-logs/#archlinux-ports/latest.html
/archlinux32/pool/qt5-base-5.15.3+kde+r137-1.1-pentium4.pkg.tar.…
-
When I try to use `escape` key I notice a delay before clicked_back() is called. It is the only key where this happens.
```
@kb.add('escape')
def back_(event):
clicked_back()
```
-