From 6d4a12bfa8a418e244928a9df792a5dbd67ee8af Mon Sep 17 00:00:00 2001 From: mojafa Date: Tue, 11 Feb 2025 01:52:12 +0300 Subject: [PATCH] added browser IDE support Signed-off-by: mojafa --- component-image-inline/README.md | 2 ++ vanilla-collab/README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/component-image-inline/README.md b/component-image-inline/README.md index 046897bc..da39a120 100644 --- a/component-image-inline/README.md +++ b/component-image-inline/README.md @@ -4,6 +4,8 @@ A example for using image inline component in milkdown. [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/Milkdown/examples/tree/main/component-image-inline) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/Milkdown/examples/tree/main/component-image-inline) + ## Getting Started 1. Clone the repo. diff --git a/vanilla-collab/README.md b/vanilla-collab/README.md index 1f5afd39..2be4c379 100644 --- a/vanilla-collab/README.md +++ b/vanilla-collab/README.md @@ -4,6 +4,7 @@ A example for using milkdown with yjs to build a collaborative editor. [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/Milkdown/examples/tree/main/vanilla-collab) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/Milkdown/examples/tree/main/vanilla-collab) ## Getting Started 1. Clone the repo.