From 2a0ac6a3ed93ba1147ad6180684ca152cf17f194 Mon Sep 17 00:00:00 2001 From: iteles Date: Sat, 2 Jul 2016 23:12:02 +0100 Subject: [PATCH] Removes carriage return from textarea that causes weird spacing on input --- step07.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/step07.md b/step07.md index 7d8dea0..c69a1fb 100644 --- a/step07.md +++ b/step07.md @@ -29,9 +29,7 @@ Open up the `index.html` file in your text editor. If you have a look, you shou ```html

Create a blog post

- +
```