From ffb2169fc4adaad952185f6a211e5d00942e1812 Mon Sep 17 00:00:00 2001 From: Ellet Date: Mon, 4 Nov 2024 16:17:41 +0300 Subject: [PATCH] docs(readme): use GitHub alerts in markdown as they are supported now on pub.dev --- README.md | 2 +- quill_native_bridge/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 057b779..38e9a96 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ An internal plugin for [`flutter_quill`](https://pub.dev/packages/flutter_quill) package to access platform-specific APIs. -> **NOTE** +> [!NOTE] > > **Internal Use Only**: Exclusively for `flutter_quill`. Breaking changes may occur. diff --git a/quill_native_bridge/README.md b/quill_native_bridge/README.md index d7c1d00..333f38f 100644 --- a/quill_native_bridge/README.md +++ b/quill_native_bridge/README.md @@ -2,7 +2,7 @@ An internal plugin for [`flutter_quill`](https://pub.dev/packages/flutter_quill) package to access platform-specific APIs. -> **NOTE** +> [!NOTE] > > **Internal Use Only**: Exclusively for `flutter_quill`. Breaking changes may occur. @@ -23,7 +23,7 @@ If not set up, a warning will appear in the log during debug mode only if `copyImageToClipboard` was called without configuring the Android project. An exception with less details will be thrown in production mode. -> **IMPORTANT** +> [!IMPORTANT] > > This configuration is required on **Android** platform for using `copyImageToClipboard`. > Other features on Android will work without it if this method isn't used.