From a6179762d9f2d1f2309ebe3a12a0723daa279564 Mon Sep 17 00:00:00 2001 From: David Trapp Date: Sun, 19 Apr 2020 19:47:05 +0200 Subject: [PATCH] Fix formatting of MCVE list Add an empty line in order to prevent the end of the sentence that should be displayed _below_ the list from being appended to the last list item. --- stackoverflow/nomcve.md | 1 + 1 file changed, 1 insertion(+) diff --git a/stackoverflow/nomcve.md b/stackoverflow/nomcve.md index 08f4053..1a3dd45 100644 --- a/stackoverflow/nomcve.md +++ b/stackoverflow/nomcve.md @@ -14,6 +14,7 @@ A question without any code, or where the code provided is not * minimal – as little code as possible that still produces the same problem * complete – contains all parts needed to reproduce the problem * verifiable – would compile if run, and exhibits the problem described in the question + cannot be easily, if at all, answered. When a code sample has these qualities, it is generally referred to as an [MCVE](https://stackoverflow.com/help/mcve).