Skip to content

Commit

Permalink
Add line break above tables
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmelville-gds authored Jun 20, 2023
1 parent f908342 commit 41ffa29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cloudformation_docs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def strip_newlines(text):
### Parameters
The list of parameters for this template:
| Parameter | Type | Default | Description |
|------------------|--------|-----------|-------------|
{% for parameter in parameters %}
Expand All @@ -69,6 +70,7 @@ def strip_newlines(text):
### Resources
The list of resources this template creates:
| Resource | Type |
|------------------|--------|
{% for resource in resources %}
Expand All @@ -77,6 +79,7 @@ def strip_newlines(text):
### Outputs
The list of outputs this template exposes:
| Output | Description |
|------------------|---------------|
{% for output in outputs %}
Expand All @@ -92,6 +95,7 @@ def strip_newlines(text):
{% block parameters %}
### Parameters
The list of parameters for this template:
| Parameter | Type | Default | Description |
|------------------|--------|-----------|-------------|
{% for parameter in parameters %}
Expand All @@ -102,6 +106,7 @@ def strip_newlines(text):
{% block resources %}
### Resources
The list of resources this template creates:
| Resource | Type |
|------------------|--------|
{% for resource in resources %}
Expand All @@ -112,6 +117,7 @@ def strip_newlines(text):
{% block outputs %}
### Outputs
The list of outputs this template exposes:
| Output | Description |
|------------------|---------------|
{% for output in outputs %}
Expand Down

0 comments on commit 41ffa29

Please sign in to comment.