From e80f4a9b72405fae20acf807613534180140bce6 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 30 May 2024 12:44:56 -0700 Subject: [PATCH] Cleanup syntax doc --- doc/syntax.md | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/doc/syntax.md b/doc/syntax.md index 99fcb663..b70cf383 100644 --- a/doc/syntax.md +++ b/doc/syntax.md @@ -91,11 +91,34 @@ the fill character and the alignment option are absent. The meaning of the various alignment options is as follows: -| Option | Meaning | -|--------|--------------------------------------------------------------------------------------------------------| -| `'<'` | Forces the field to be left-aligned within the available space (this is the default for most objects). | -| `'>'` | Forces the field to be right-aligned within the available space (this is the default for numbers). | -| `'^'` | Forces the field to be centered within the available space. | + + + + + + + + + + + + + + + + + + + + + +
OptionMeaning
'<' + Forces the field to be left-aligned within the available space (this is the + default for most objects). +
'>' + Forces the field to be right-aligned within the available space (this is + the default for numbers). +
'^'Forces the field to be centered within the available space.
Note that unless a minimum field width is defined, the field width will always be the same size as the data to fill it, so that the alignment