the markdown generated creates parameter properties that print on a single line. ideally they should have a line separating each or, even better, should be in a list below the parameter name heading.
Currently generates:
### PrivateSubnet2CIDR
Type: String
Default: 10.0.32.0/19
Description: The CIDR block for private subnet 2 located in Availability Zone 2
Looks like:

Suggested change should generate:
### VPCCIDR
- Type: String
- Default: 10.0.0.0/16
- Description: The CIDR block for the VPC
Looks like:

the markdown generated creates parameter properties that print on a single line. ideally they should have a line separating each or, even better, should be in a list below the parameter name heading.
Currently generates:
### PrivateSubnet2CIDR Type: String Default: 10.0.32.0/19 Description: The CIDR block for private subnet 2 located in Availability Zone 2Looks like:

Suggested change should generate:
Looks like:
