From 3dfd5cf14d21c52dc94cef9dba1ebcfc5c2643e0 Mon Sep 17 00:00:00 2001
From: Anton Duda <34819357+dudaanton@users.noreply.github.com>
Date: Fri, 24 Oct 2025 20:13:07 +0300
Subject: [PATCH] Fix relative paths for video tags in README and formatting
---
README.md | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 24258c6..12de7a0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
# Obsidian Strudel REPL Plugin
-
+
+
+
@@ -55,10 +57,10 @@ By default, samples from [felixroos/dough-samples](https://github.com/felixroos/
## Usage
-Simply add a `strudel` code block to any note like this:
-\`\`\`strudel
-// your strudel code
-\`\`\`
+Simply add a `strudel` code block to any note like this:
+\`\`\`strudel
+// your strudel code
+\`\`\`
A `play` button will appear above it. Try adding some examples from the official website's workshop to see how it works: [https://strudel.cc/workshop/getting-started/](https://strudel.cc/workshop/getting-started/).