From 91b64798bbdf1beec9c6a3a38b74d3c7292562fd Mon Sep 17 00:00:00 2001 From: Adrian Hall Date: Fri, 10 Apr 2020 11:40:39 +0100 Subject: [PATCH] Escape the pipes in the syntax table --- docs/entityRelationshipDiagram.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/entityRelationshipDiagram.md b/docs/entityRelationshipDiagram.md index da5bf4b0d..f87b0c9b5 100644 --- a/docs/entityRelationshipDiagram.md +++ b/docs/entityRelationshipDiagram.md @@ -61,10 +61,10 @@ Cardinality is a property that describes how many elements of another entity can | Value (left) | Value (right) | Meaning | |:------------:|:-------------:|--------------------------------------------------------| -| `|o` | `o|` | Zero or one | -| `||` | `||` | Exactly one | +| `\|o` | `o\|` | Zero or one | +| `\|\|` | `\|\|` | Exactly one | | `}o` | `o{` | Zero or more (no upper limit) | -| `}|` | `|{` | One or more (no upper limit) | +| `}\|` | `\|{ | One or more (no upper limit) | ### Identification