소스 검색

chore: add code block demo to dev app

Zander Hawke 1 주 전
부모
커밋
4eef856717
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  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
 
+\`\`\`python
+def hello():
+    print("Hello from CM6!")
+    for i in range(3):
+        print(f"Line {i}")
+\`\`\`
+
 property:: This is a property line
 another:: [[Page reference]] in a property
 `)