From f9fa67cabbf9d2e236504d7f498a10de921811fc Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Tue, 14 Nov 2017 15:00:04 -0500 Subject: [PATCH] fix: Remove newlines requirement Because Markdown enforces this anyway, and I do not think that this requirement is helpful. Closes #58 --- spec.md | 1 - 1 file changed, 1 deletion(-) diff --git a/spec.md b/spec.md index 2990cd2..363d811 100644 --- a/spec.md +++ b/spec.md @@ -8,7 +8,6 @@ A compliant README must satisfy all the requirements listed below. - Be a valid Markdown file. - Sections must appear in order given below. Optional sections may be omitted. - Sections must have the titles listed below, unless otherwise specified. - - Must be new lines between each section. - Must not contain broken links. - If there are code examples, they should be linted in the same way as the code is linted in the rest of the project.