Escaping underscores (unwanted italic)

This commit is contained in:
Carlos Ledesma 2019-05-15 15:49:36 +02:00 committed by GitHub
parent 30bc3f244b
commit 14de679c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ Relationships (or Edges)
**Connects two nodes** **Connects two nodes**
`[:KNOWS]` `[:KNOWS]`
It's a *relationship* with the *label* **KNOWS**. It's a *label* as the node's label. It begins with uppercase and use UPPER_SNAKE_CASE. It's a *relationship* with the *label* **KNOWS**. It's a *label* as the node's label. It begins with uppercase and use UPPER\_SNAKE\_CASE.
`[k:KNOWS]` `[k:KNOWS]`
The same *relationship*, referred by the variable **k**, reusable in the query, but it's not necessary. The same *relationship*, referred by the variable **k**, reusable in the query, but it's not necessary.