From 16a7cf19fcb694c7dac5dd61bdcac332ba041180 Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Tue, 23 Jun 2015 11:20:10 +0200 Subject: [PATCH] outside of table, no need to escape --- doc/articles/versions.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/articles/versions.md b/doc/articles/versions.md index b59e5e70e..50af64e7d 100644 --- a/doc/articles/versions.md +++ b/doc/articles/versions.md @@ -20,10 +20,9 @@ Example: `1.0.2` By using comparison operators you can specify ranges of valid versions. Valid operators are `>`, `>=`, `<`, `<=`, `!=`. -You can define multiple ranges. Ranges separated by a space ( ) or -comma (`,`) will be treated as a **logical AND**. A double pipe -(||) will be treated as a **logical OR**. AND has higher -precedence than OR. +You can define multiple ranges. Ranges separated by a space (` `) or comma (`,`) +will be treated as a **logical AND**. A double pipe (`||`) will be treated as a +**logical OR**. AND has higher precedence than OR. Examples: