From f7550dcfe765081fb8cbbb048d48e842f727d0e9 Mon Sep 17 00:00:00 2001 From: xdan Date: Sat, 1 Mar 2025 18:20:50 +0300 Subject: [PATCH] Remove examples --- docs/buttons.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/buttons.md b/docs/buttons.md index 0d8bbcf5..01db21cb 100644 --- a/docs/buttons.md +++ b/docs/buttons.md @@ -47,8 +47,6 @@ Jodit.make('#editor', { }); ``` -{% include [Example2](./_includes/example2.md) %} - **Note:** In this example we call the [popup](https://xdsoft.net/jodit/docs/interfaces/types.IControlType.html#popup) handler rather than [exec](https://xdsoft.net/jodit/docs/interfaces/types.IControlType.html#exec). This means that clicking the button will display a popup window. You can add any content to this popup; everything returned by the `popup` function will be included in the window. Jodit also supports simple string values: ```js