1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-18 04:21:25 +02:00

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

View File

@@ -50,7 +50,7 @@ Relationships (or Edges)
**Connects two nodes**
`[: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]`
The same *relationship*, referred by the variable **k**, reusable in the query, but it's not necessary.