diff --git a/CHANGELOG.md b/CHANGELOG.md
index b844f00b..af9b5d76 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,8 +2,15 @@
## Unreleased
+### Fixes
+
+- [Pull request #162: Fix line height spacing for multiline code elements](https://github.com/alphagov/tech-docs-gem/pull/162)
+- [Pull request #165: Update header alignment to match layout](https://github.com/alphagov/tech-docs-gem/pull/165)
+
## 2.0.10
+### Fixes
+
- [Pull request #160: Make sure IDs on collapsible navigation are unique](https://github.com/alphagov/tech-docs-gem/pull/160)
## 2.0.9
diff --git a/example/source/code.html.md b/example/source/code.html.md
index 2e860a33..438adfec 100644
--- a/example/source/code.html.md
+++ b/example/source/code.html.md
@@ -8,6 +8,35 @@ A paragraph with a `code` element within it.
code element within a link
+An example of a table with a `code` element within it.
+
+
httpResult | +Message | +How to fix | +
---|---|---|
400 |
+
+ [{
+ + "error": "BadRequestError",
+ + "message": "Can't send to this recipient using a team-only API key"
+ + ]}
+ |
+ Use the correct type of API key | +