diff --git a/packages/slate-hyperscript/Changelog.md b/packages/slate-hyperscript/Changelog.md
index 42b96b1a0..fbff42a9e 100644
--- a/packages/slate-hyperscript/Changelog.md
+++ b/packages/slate-hyperscript/Changelog.md
@@ -14,7 +14,9 @@ This document maintains a list of changes to the `slate-hyperscript` package wit
```jsx
- a few italic and bold words.
+
+ a few italic and bold words.
+
```
@@ -23,14 +25,15 @@ Must now be written as:
```jsx
a few
- italic
+
+ italic
+
and bold words.
```
Slightly more verbose, but with the benefit of being easy to tell exactly how many text nodes you will receive in your resulting document. And it allows setting `key=` values on the mark tags directly, since they map `1:1` to text nodes.
-
---
### `0.11.0` — October 9, 2018