3 Commits

Author SHA1 Message Date
Nicholas McDonnell
8c50ce30c7 Use spaces in Markdown table delimiter rows for testing
Update other Markdown table references to reflect the updated use of
spaces in Markdown table delimiter rows. This is mainly an update of
the Markdown table in the examples/main.tf file's comment. All test
files that expect the contents of that comment are updated to match.

Signed-off-by: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com>
2026-02-21 01:03:59 -05:00
Nicholas McDonnell
00694450a6 Use spaces consistently for Markdown table formatting
The header and content rows all use a space between separating pipes
and the contents of the cell. However, the delimiter row currently does
not follow this spacing choice. Fix Markdown table output to include
spaces between the hyphens within the cells and the separating pipes.
Tests for Markdown table generation are updated to reflect this change.

Signed-off-by: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com>
2026-02-21 01:02:12 -05:00
Khosrow Moossavi
90942f73b8 Move format package from internal to public
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
2021-09-28 14:43:26 -04:00