Przeglądaj źródła

chore: add code block demo to dev app

Zander Hawke 1 tydzień temu
rodzic
commit
4eef856717
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      apps/dev/src/components/Editor.vue

+ 7 - 0
apps/dev/src/components/Editor.vue

@@ -14,6 +14,13 @@ This is a **block editor** with markdown decorations.
 
 
 📅 2026-05-20 is a date
 📅 2026-05-20 is a date
 
 
+\`\`\`python
+def hello():
+    print("Hello from CM6!")
+    for i in range(3):
+        print(f"Line {i}")
+\`\`\`
+
 property:: This is a property line
 property:: This is a property line
 another:: [[Page reference]] in a property
 another:: [[Page reference]] in a property
 `)
 `)