From 96db413117b1868f98b8571f8e0f0f2a09962341 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Mon, 30 Nov 2020 15:32:39 +0100 Subject: [PATCH] add the collab demo to the introduction page --- docs/src/docPages/introduction.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/docPages/introduction.md b/docs/src/docPages/introduction.md index 289134b4..cee956e6 100644 --- a/docs/src/docPages/introduction.md +++ b/docs/src/docPages/introduction.md @@ -18,6 +18,9 @@ tiptap is a headless wrapper around [ProseMirror](https://ProseMirror.net) – a Create exactly the rich text editor you want out of customizable building blocks. tiptap comes with sensible defaults, a lot of extensions and a friendly API to customize every aspect. It’s backed by a welcoming community, open source, and free. +## Example + + ## Features **Headless.** We don’t tell you what a menu should look like or where it should be rendered in the DOM. That’s why tiptap is headless and comes without any CSS. You are in full control over markup, styling and behaviour.