Back to issues

#12

Closed
innate-executable #12

Feat: 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:

  1. Auto-detect runnable code blocks from language (bash, python, etc)
  2. Add Run button to standard Markdown code blocks
  3. Support Python execution via temp file
  4. Keep existing RunnableCodeBlock for backward compat

Completed In