From 9cc9b1cc12a11c68ae3ad5b1231a79d0cbd67357 Mon Sep 17 00:00:00 2001 From: Adam DeHaven Date: Tue, 2 Jan 2024 17:51:24 -0500 Subject: [PATCH] docs: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8d054fa..1d1ba992 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ A slot for providing editor actions to the markdown component, shown at the far- The default slot provides `Save` and `Cancel` buttons as well as two methods, `save` and `cancel`, to trigger the built-in actions from your own component. Here's an example: -```vue +```html [!NOTE] > The `editable` prop must be set to `true` to enable this slot. -```vue +```html