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. | +
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. | +