From 3479828e1d26ada250c3b5227d832ae643c5e9b2 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 30 May 2024 20:27:21 -0700 Subject: [PATCH] Fix markdown --- doc/syntax.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/syntax.md b/doc/syntax.md index a06b8c3e..66f239d8 100644 --- a/doc/syntax.md +++ b/doc/syntax.md @@ -137,11 +137,15 @@ types, and can be one of the following: Indicates that a sign should be used for both nonnegative as well as negative numbers. + + '-' Indicates that a sign should be used only for negative numbers (this is the default behavior). + + space Indicates that a leading space should be used on nonnegative numbers, and a