From e9eb366ed7f9c1f4067ba85efb1e59a833f51185 Mon Sep 17 00:00:00 2001 From: Daniel H Date: Mon, 17 Jan 2022 13:36:11 +0100 Subject: [PATCH] fix newlines in initial db --- posts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.json b/posts.json index 7f51d7a..8be0c25 100644 --- a/posts.json +++ b/posts.json @@ -1,7 +1,7 @@ [ { "title": "Default post", - "content": "This is the first post, it was here since the beginning.\n(Remove the space after the '[' and before the ']')\n [ * [* text *] * ] [ ** [** text **] ** ] [ *** [*** text ***] *** ] [ _ [_ text _] _ ] [ *_ [*_ text _*] _* ] [ **_ [**_ text _**] _** ] [ ***_ [***_ text _***] _*** [ **_ [**_ text _**] _** ] [ ***_ [***_ text _***] _*** ] [ \" [\" text \"] \" ]", + "content": "This is the first post, it was here since the beginning.\n\n(Remove the space after the '[' and before the ']')\n\n\n\n [ * [* text *] * ] [ ** [** text **] ** ] [ *** [*** text ***] *** ] [ _ [_ text _] _ ] [ *_ [*_ text _*] _* ] [ **_ [**_ text _**] _** ] [ ***_ [***_ text _***] _*** [ **_ [**_ text _**] _** ] [ ***_ [***_ text _***] _*** ] [ \" [\" text \"] \" ]", "author": "root", "comments": [ {