Closed
innate-executable #12Feat: RunnableBlock redesign — Markdown-native code blocks
qdriven
Created May 4, 2026
Closed May 4, 2026
Labels
task
Task 16: RunnableBlock Redesign
Current: RunnableCodeBlock uses verbose JSX props like code={...} Goal: Standard fenced code blocks with auto-Run button
Changes:
- Auto-detect runnable code blocks from language (bash, python, etc)
- Add Run button to standard Markdown code blocks
- Support Python execution via temp file
- Keep existing RunnableCodeBlock for backward compat