Trying to copy some code examples from here: Nebula Graph CRUD - Nebula Graph Database Manual and found one annoying issue. Every time I click on the copy button it copies some extr stuff that cannot be executed, like this:
nebula> FETCH PROP ON follow "player100" -> "player101";
+----------------------------------------------------+
| edges_ |
+----------------------------------------------------+
| [:follow "player100"->"player101" @0 {degree: 96}] |
+----------------------------------------------------+
Got 1 rows (time spent 2205/2800 us)
Preferrably, only the FETCH PROP ON follow "player100" -> "player101";
part should be copied.