From 05ee96a1175f216f648e631569d774d2944eb15f Mon Sep 17 00:00:00 2001 From: umaranis Date: Sun, 29 Dec 2024 11:21:20 +1100 Subject: [PATCH] docs: playground main page --- demos/playground/src/App.svelte | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/demos/playground/src/App.svelte b/demos/playground/src/App.svelte index 38c5c2f..73e90bf 100644 --- a/demos/playground/src/App.svelte +++ b/demos/playground/src/App.svelte @@ -11,10 +11,14 @@
Svelte Lexical!

- This Rich Text Editor is build with + This is the svelte-lexical + playground. +

+

+ It demonstrates most of the features of the library. It is also used for + running end-to-end (e2e) tests.