From f343dbc53f31a7ef3d57669ad5a1d3c75c297a66 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Wed, 30 Sep 2020 16:42:19 +0200 Subject: [PATCH] fix a typo --- docs/src/docPages/guide/store-content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docPages/guide/store-content.md b/docs/src/docPages/guide/store-content.md index a94c533e..fb20f3a4 100644 --- a/docs/src/docPages/guide/store-content.md +++ b/docs/src/docPages/guide/store-content.md @@ -83,4 +83,4 @@ You should really consider to work with HTML or JSON to store your content, they If you still think you need Markdown, [Nextcloud Text](https://github.com/nextcloud/text) uses tiptap to work with Markdown. Their code is open source, so maybe you can learn from them. -That said, tiptap **does** support Markdown shortcuts to format your content. Try typing `**two asterisk**` to make your text bold for example. \ No newline at end of file +That said, tiptap **does** support Markdown shortcuts to format your content. Try typing `**two asterisks**` to make your text bold for example.