From f84bc6e1035ac4f5d6afcb9a6133155a4c11dee7 Mon Sep 17 00:00:00 2001 From: singerdmx Date: Tue, 22 Dec 2020 01:16:29 -0800 Subject: [PATCH] Update sample data --- app/assets/welcome.note | 43 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/app/assets/welcome.note b/app/assets/welcome.note index a5b81f81..e072dbb6 100644 --- a/app/assets/welcome.note +++ b/app/assets/welcome.note @@ -25,5 +25,48 @@ "header":3 }, "insert":"\n" + }, + { + "insert":"This " + }, + { + "attributes":{ + "italic":true + }, + "insert":"library" + }, + { + "insert":" supports " + }, + { + "attributes":{ + "bold":true + }, + "insert":"mobile" + }, + { + "insert":" platform " + }, + { + "attributes":{ + "underline":true, + "bold":true + }, + "insert":"only" + }, + { + "insert":" and " + }, + { + "attributes":{ + "strike":true + }, + "insert":"web" + }, + { + "insert":" is not supported." + }, + { + "insert":"\n" } ] \ No newline at end of file