From ecb15a34cef5c96f43e71f1f16e72f6d5f45592b Mon Sep 17 00:00:00 2001 From: Joep Meindertsma Date: Wed, 9 Jun 2021 09:22:13 +0200 Subject: [PATCH] newline in jsonld #133 --- lib/defaults/default_store.jsonld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/defaults/default_store.jsonld b/lib/defaults/default_store.jsonld index 77bf8162b..170a56408 100644 --- a/lib/defaults/default_store.jsonld +++ b/lib/defaults/default_store.jsonld @@ -219,7 +219,7 @@ }, { "@id": "https://atomicdata.dev/datatypes/string", - "https://atomicdata.dev/properties/description": "A UTF-8 string. Allows newlines with `\n`. This is a generic string datatype - don't use this for things like [markdown](https://atomicdata.dev/datatypes/markdown) or html.", + "https://atomicdata.dev/properties/description": "A UTF-8 string. Allows newlines with `\\n`. This is a generic string datatype - don't use this for things like [markdown](https://atomicdata.dev/datatypes/markdown) or html.", "https://atomicdata.dev/properties/isA": [ "https://atomicdata.dev/classes/Datatype" ],