Skip to content

Commit eb4d81b

Browse files
committed
Kramdown requires pre, not ```
1 parent b801b91 commit eb4d81b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/guides/automating-deployments-to-integrators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can use the GitHub Auto-Deployment service to receive changes made to your r
1313

1414
Here's a diagram demonstrating what the process might look like:
1515

16-
```
16+
<pre>
1717
+--------------------+ +--------+ +-----------+
1818
| GitHub Auto-Deploy | | GitHub | | Heroku |
1919
| Service | +--------+ +-----------+
@@ -33,7 +33,7 @@ Here's a diagram demonstrating what the process might look like:
3333
| | Deployment Status (success) |
3434
| |<---------------------------------|
3535
| | |
36-
```
36+
</pre>
3737

3838
{{#tip}}
3939

0 commit comments

Comments
 (0)