FIXED: AutoCompelete's doubled opening bracket
Posted: 10 Jul 2025 11:02
When I write
and press ^Space, I get "blockquote" as autocoplete list entry; I press Enter and the result is
Sweet. But when I start with an angle bracket, i.e.
and use autocomplete, I get
Code: Select all
block
Code: Select all
<blockquote></blockquote>
Code: Select all
<block
Code: Select all
<<blockquote></blockquote>