-
```
According to HTML5 spec, attributes contain multiple values must be quoted
(i.e., unquoted attributes mustn't contain space):
http://www.w3.org/TR/html5/syntax.html#attributes-0
But we can strip…
-
```
According to HTML5 spec, attributes contain multiple values must be quoted
(i.e., unquoted attributes mustn't contain space):
http://www.w3.org/TR/html5/syntax.html#attributes-0
But we can strip…
-
## Bug Report
Crystal has the `\u{}` syntax for specifying `1..n` space-separated unicode codepoints.
All these are valid examples:
```cr
str1 = "\u{30}" # => "0"
str2 = "\u{30 30 30}" # => "…
-
Most "industry" CLI use mainly 3 shortcuts in order to trigger CLI completion.
1. `` character
2. ``character
3. `` character (mostly triggered in conjunction with ``)
JunOS CLI enables the 3 …
-
Hello, thank you for the plugin, it's the best of both worlds!
Is it planned to add opacity settings similar to [hsl-radix-colors](https://github.com/wallpants/hsl-radix-colors)? I feel it would br…
-
The VRT connection `vrt://?opt1=&opt2=` syntax was introduced in 3.1 with option `bands`, and slowly expanded in 3.7 and 3.8.
These generally match the `gdal_translate` syntax. The syntax varies, …
-
I was just reading about `':` in more adverbs:
> ### `x ': y` Window
>
> **Symbol:** `':`
>
> **Args:** `int ': array`
Note how the syntax is written with a space separating the function/ad…
-
### Summary
If the code block's closing backticks have trailing space, the injected syntax highlighting will apply to the text outside of the code block.
### Reproduction Steps
Open a markdown buff…
-
## Environment
```zsh
% typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace
typeset VENDOR=ubuntu
typeset OSTYPE=linux-gnu
typeset ZSH_PATCHLEVEL=ubuntu/5.9-6ubuntu2
typese…
-
Just like in the title. Screenshots and notes below the code snippet.
**Version:** `4.0.0-beta.18`
Reproduction code:
```java
public final class LampTest extends JavaPlugin {
private La…