diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html
index 358e478..1662057 100755
--- a/experiments/outline-editor/index.html
+++ b/experiments/outline-editor/index.html
@@ -13,6 +13,8 @@
.editor div span {
display: block;
padding: 0.2em;
+
+ white-space: pre;
}
.editor div[collapsed] {
@@ -33,14 +35,14 @@