From 14de679c9dccf03da6ccf62bf3733f609a944aeb Mon Sep 17 00:00:00 2001 From: Carlos Ledesma Date: Wed, 15 May 2019 15:49:36 +0200 Subject: Escaping underscores (unwanted italic) --- cypher.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cypher.html.markdown') diff --git a/cypher.html.markdown b/cypher.html.markdown index acd44733..32868354 100644 --- a/cypher.html.markdown +++ b/cypher.html.markdown @@ -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. -- cgit v1.2.3